Interface JmsQueueConnection

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

public interface JmsQueueConnection extends JmsConnection, jakarta.jms.QueueConnection
JmsQueueConnection interface - this is a jakarta.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