All Implemented Interfaces:
ConnectionFactory
All Known Implementing Classes:
XAQueueConnectionFactory
QueueConnectionFactory
object to create
QueueConnection
objects with a point-to-point JMS provider.
QueueConnectionFactory
can be used to create a
QueueConnection
, from which specialized queue-related objects
can be created. A more general, and recommended, approach
is to use the ConnectionFactory
object.
The QueueConnectionFactory
object
can be used to support existing code that already uses it.
Method from javax.jms.QueueConnectionFactory Summary: |
---|
createQueueConnection, createQueueConnection |
Method from javax.jms.QueueConnectionFactory Detail: |
---|
Connection.start method
is explicitly called.
. |
Connection.start method
is explicitly called. |