Interface JmsQueueConnectionFactory

All Superinterfaces:
javax.jms.ConnectionFactory, JmsConnectionFactory, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, javax.jms.QueueConnectionFactory, Serializable
All Known Subinterfaces:
JmsXAQueueConnectionFactory
All Known Implementing Classes:
MQQueueConnectionFactory, MQXAQueueConnectionFactory

public interface JmsQueueConnectionFactory extends JmsConnectionFactory, javax.jms.QueueConnectionFactory
JmsQueueConnectionFactory interface - this is a javax.jms.QueueConnectionFactory with properties. A client uses a JmsQueueConnectionFactory to create JmsQueueConnection objects with a JMS point-to-point provider.
See Also:
  • ConnectionFactory
  • QueueConnectionFactory
  • XAQueueConnectionFactory