Interface JmsQueueConnectionFactory

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

public interface JmsQueueConnectionFactory extends JmsConnectionFactory, jakarta.jms.QueueConnectionFactory
JmsQueueConnectionFactory interface - this is a jakarta.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