Uses of Interface
org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
-
Packages that use ActiveMQConnectionForContext Package Description org.apache.activemq.artemis.jms.client -
-
Uses of ActiveMQConnectionForContext in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement ActiveMQConnectionForContext Modifier and Type Class Description class
ActiveMQConnection
ActiveMQ Artemis implementation of a JMS Connection.class
ActiveMQConnectionForContextImpl
class
ActiveMQXAConnection
ActiveMQ Artemis implementation of a JMS XAConnection.Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQConnectionForContext Constructor Description ActiveMQJMSContext(ActiveMQConnectionForContext connection, int ackMode, ThreadAwareContext threadAwareContext)
ActiveMQJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext)
ActiveMQXAJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext)
-