Package bitronix.tm.resource.jms

Synchronous JMS specific resource management code.

See:
          Description

Interface Summary
JmsPooledConnectionMBean JmsPooledConnection Management interface.
 

Class Summary
DualSessionWrapper JMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.
JmsConnectionHandle Disposable Connection handle.
JmsPooledConnection Implementation of a JMS pooled connection wrapping vendor's XAConnection implementation.
JndiXAConnectionFactory XAConnectionFactory implementation that wraps another XAConnectionFactory implementation available in some JNDI tree.
MessageConsumerWrapper MessageConsumer wrapper that adds XA enlistment semantics.
MessageProducerConsumerKey JMS destination wrapper optimized for use with hashed collections where it is the key and a MessageProducer or a MessageConsumer is the value.
MessageProducerWrapper MessageProducer wrapper that adds XA enlistment semantics.
PoolingConnectionFactory Implementation of a JMS ConnectionFactory wrapping vendor's XAConnectionFactory implementation.
TopicSubscriberWrapper TopicSubscriber wrapper that adds XA enlistment semantics.
 

Package bitronix.tm.resource.jms Description

Synchronous JMS specific resource management code.