The JadeMessagingFactory class is part of the JADE messaging framework. It encapsulates the behavior for creating and opening message queues.
Create a transient instance of this class, which can create or open a transport-specific queue by using the openQueue method. From information supplied to this method, a transient instance of the JadeGenericQueueManager class for the appropriate transport is obtained without your code having to create and manage it. The getQueueManager method of the JadeGenericQueue class returns a reference to the queue manager object for the queue.
For details about the use of the JADE messaging framework, see Chapter 15, "
(None)