JadeGenericQueueManager Class

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, "Using the Messaging Framework", in the JADE Developer’s Reference. For details about the property and methods defined in the JadeGenericQueueManager class, see "JadeGenericQueueManager Property" and "JadeGenericQueueManager Methods", in the following subsections. For details about passing variable parameters to methods, see "Passing Variable Parameters to Methods", in Chapter 1 of the JADE Developer’s Reference.

Object

(None)