Package org.apache.activemq.ra
package org.apache.activemq.ra
JCA managed connections and resource adapters for working with ActiveMQ
-
ClassDescriptionConfigures the inbound JMS consumer specification using ActiveMQMust override equals and hashCode (JCA spec 16.4)Abstract base class providing support for creating physical connections to an ActiveMQ instance.$Date$ActiveMQManagedConnection maps to real physical connection to the server.Knows how to connect to one ActiveMQ server.A
Connectionimplementation which can be used with the ActiveMQ JCA Resource Adapter to publish messages using the same JMS session that is used to dispatch messages.AConnectionFactoryimplementation which creates connections which can be used with the ActiveMQ JCA Resource Adapter to publish messages using the same underlying JMS session that is used to dispatch messages.Represents an object which has-aSessioninstance and an optional, lazily createdMessageProducerinstance which can them be used by a pooling based JMS provider for publishing messages using the session used by the current thread.A helper class used to provide access to the current activeInboundContextinstance being used to process a message in the current thread so that messages can be produced using the same session.An implementation ofMessageProducerwhich uses the ActiveMQ JCA ResourceAdapter's current thread's JMSSessionto send messages.ASessionimplementation which can be used with the ActiveMQ JCA Resource Adapter to publish messages using the same JMS session that is used to dispatch messages.Thrown to indicate that a MessageEndpoint is no longer valid and should be discarded.Used to provide a LocalTransaction and XAResource to a JMS session.Acts as a pass through proxy for a JMS Connection object.Acts as a pass through proxy for a JMS Session object.Allows us to switch between using a shared transaction context, or using a local transaction context.Knows how to connect to one ActiveMQ server.$Date$A simple implementation of a ConnectionManager.