Queues a job in a given queue to be run.
@param queue the queue to add the Job to
@param job the job to be enqueued
@throws IllegalArgumentException if the queue is null or empty or if the job is null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.