Interface JmsConnection

All Superinterfaces:
AutoCloseable, jakarta.jms.Connection, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, Serializable
All Known Subinterfaces:
JmsQueueConnection, JmsTopicConnection, JmsXAConnection, JmsXAQueueConnection, JmsXATopicConnection
All Known Implementing Classes:
MQConnection, MQQueueConnection, MQTopicConnection, MQXAConnection, MQXAQueueConnection, MQXATopicConnection

public interface JmsConnection extends JmsPropertyContext, jakarta.jms.Connection
The JmsConnection interface adds properties to a jakarta.jms.Connection. A JmsConnection is a client's active connection to its JMS provider.

Note: Although this class extends a class which implements the Serializable Interface, it is not itself Serializable.