JCA managed connections and resource adapters for working with ActiveMQ
| InboundContext | Represents an object which has-a Session instance and an optional, lazily created MessageProducer instance which can them be used by a pooling based JMS provider for publishing messages using the session used by the current thread. | code | html |
| MessageActivationSpec | code | html | |
| MessageResourceAdapter | Knows how to connect to one ActiveMQ server. | code | html |
| MessageEndpointProxy.MessageEndpointState | code | html |
| ActiveMQActivationSpec | Configures the inbound JMS consumer specification using ActiveMQ | code | html |
| ActiveMQConnectionFactory | code | html | |
| ActiveMQConnectionRequestInfo | code | html | |
| ActiveMQConnectionSupport | Abstract base class providing support for creating physical connections to an ActiveMQ instance. | code | html |
| ActiveMQEndpointActivationKey | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
| ActiveMQEndpointWorker | code | html | |
| ActiveMQManagedConnection | ActiveMQManagedConnection maps to real physical connection to the server. | code | html |
| ActiveMQManagedConnectionFactory | code | html | |
| ActiveMQResourceAdapter | Knows how to connect to one ActiveMQ server. | code | html |
| InboundConnectionProxy | A Connection implementation which can be used with the ActiveMQ JCA Resource Adapter to publish messages using the same JMS session that is used to dispatch messages. | code | html |
| InboundConnectionProxyFactory | A ConnectionFactory implementation 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. | code | html |
| InboundContextSupport | A helper class used to provide access to the current active InboundContext instance being used to process a message in the current thread so that messages can be produced using the same session. | code | html |
| InboundMessageProducerProxy | An implementation of MessageProducer which uses the ActiveMQ JCA ResourceAdapter's current thread's JMS javax.jms.Session to send messages. | code | html |
| InboundSessionProxy | A Session implementation which can be used with the ActiveMQ JCA Resource Adapter to publish messages using the same JMS session that is used to dispatch messages. | code | html |
| InvalidMessageEndpointException | Thrown to indicate that a MessageEndpoint is no longer valid and should be discarded. | code | html |
| LocalAndXATransaction | Used to provide a LocalTransaction and XAResource to a JMS session. | code | html |
| ManagedConnectionProxy | Acts as a pass through proxy for a JMS Connection object. | code | html |
| ManagedSessionProxy | Acts as a pass through proxy for a JMS Session object. | code | html |
| ManagedTransactionContext | Allows us to switch between using a shared transaction context, or using a local transaction context. | code | html |
| MessageEndpointProxy | code | html | |
| MessageEndpointProxy.MessageEndpointAlive | code | html | |
| MessageEndpointProxy.MessageEndpointDead | code | html | |
| ServerSessionImpl | code | html | |
| ServerSessionPoolImpl | code | html | |
| SimpleConnectionManager | A simple implementation of a ConnectionManager. | code | html |