Uses of Interface
org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
Packages that use ActiveMQConnectionForContext
-
Uses of ActiveMQConnectionForContext in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement ActiveMQConnectionForContextModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS Connection.classfinal classActiveMQ Artemis implementation of a JMS XAConnection.Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQConnectionForContextModifierConstructorDescriptionActiveMQJMSContext(ActiveMQConnectionForContext connection, int ackMode, ThreadAwareContext threadAwareContext) ActiveMQJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext) ActiveMQXAJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext) -
Uses of ActiveMQConnectionForContext in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement ActiveMQConnectionForContextModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Constructors in org.apache.activemq.artemis.ra with parameters of type ActiveMQConnectionForContextModifierConstructorDescriptionActiveMQRAJMSContext(ActiveMQConnectionForContext connection, int ackMode, ThreadAwareContext threadAwareContext) ActiveMQRAJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext) ActiveMQRAXAJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext)