Interface JmsQueueConnection

All Superinterfaces:
AutoCloseable, javax.jms.Connection, JmsConnection, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, javax.jms.QueueConnection, Serializable
All Known Subinterfaces:
JmsXAQueueConnection
All Known Implementing Classes:
MQQueueConnection, MQXAQueueConnection

public interface JmsQueueConnection extends JmsConnection, javax.jms.QueueConnection
JmsQueueConnection interface - this is a javax.jms.QueueConnection with properties. A JmsQueueConnection is an active connection to a JMS point-to-point provider. A client uses a JmsQueueConnection to create one or more JmsQueueSessions for producing and consuming messages. Created by QueueConnectionFactory.createQueueConnection()
See Also:
  • Connection
  • QueueConnectionFactory
  • XAQueueConnection