| Package | Description |
|---|---|
| org.messaginghub.pooled.jms |
A JMS provider which pools Connections and their associated resources.
|
| Modifier and Type | Field and Description |
|---|---|
protected JmsPoolConnection |
JmsPoolJMSContext.connection |
| Modifier and Type | Method and Description |
|---|---|
protected JmsPoolConnection |
JmsPoolConnectionFactory.newPooledConnectionWrapper(PooledConnection connection)
Allows subclasses to create an appropriate JmsPoolConnection wrapper for the newly
create connection such as one that provides support for XA Transactions.
|
| Modifier and Type | Method and Description |
|---|---|
protected JmsPoolXAJMSContext |
JmsPoolXAConnectionFactory.newPooledConnectionContext(JmsPoolConnection connection,
int sessionMode) |
protected JmsPoolJMSContext |
JmsPoolConnectionFactory.newPooledConnectionContext(JmsPoolConnection connection,
int sessionMode)
Allows subclasses to create an appropriate JmsPoolJMSContext wrapper for the newly
create JMSContext such as one that provides support for XA Transactions.
|
| Constructor and Description |
|---|
JmsPoolJMSContext(JmsPoolConnection connection,
int sessionMode) |
JmsPoolXAJMSContext(JmsPoolConnection connection,
int sessionMode) |
Copyright © 2017–2020. All rights reserved.