A client uses a 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.
See Also: javax.jms.ConnectionFactory |