The transient JadeGenericQueueManager class is part of the JADE messaging framework. It encapsulates the management of a single messaging queue.
A queue manager object is automatically created and associated with a queue when the openQueue method of the JadeMessagingFactory class is executed. The getQueueManager method of the JadeGenericQueue class returns a reference to the queue manager object for a queue. The queue manager object is automatically deleted when you delete the associated queue object. Unless you need to access a property or method of a queue manager object, you can ignore it in your coding.
For details about the use of the JADE messaging framework, see Chapter 15, "
Object
(None)