Interface ActiveMQConnectionForContext
- All Superinterfaces:
AutoCloseable,Connection
- All Known Implementing Classes:
ActiveMQConnection,ActiveMQConnectionForContextImpl,ActiveMQRASessionFactoryImpl,ActiveMQXAConnection
Interface created to support reference counting all contexts using it.
Necessary to support JMSContext.close() conditions.
- See Also:
-
Method Summary
Methods inherited from interface jakarta.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Method Details
-
createContext
-
createXAContext
XAJMSContext createXAContext() -
closeFromContext
void closeFromContext()
-