See: Description
| Interface | Description |
|---|---|
| JmsPooledConnectionMBean |
JmsPooledConnection Management interface. |
| PoolingConnectionFactoryMBean |
| Class | Description |
|---|---|
| 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. |
Synchronous JMS specific resource management code.
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.