6.7 Queue Samples
These samples demonstrates how to perform queue management
functions.
- QueueCreateDelete.java Uses JNDI
to create and delete a queue.
- QueueJob.java reads
the specified file, creates a job in the specified queue, and sends
it to a print queue on the specified server.