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 classActiveMQConnectionActiveMQ Artemis implementation of a JMS Connection.classActiveMQConnectionForContextImplclassActiveMQXAConnectionActiveMQ 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)
-