- All Superinterfaces:
- java.lang.AutoCloseable, javax.jms.Connection, JmsConnection, JmsPropertyContext, JmsReadablePropertyContext, java.util.Map<java.lang.String,java.lang.Object>, javax.jms.QueueConnection, java.io.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