| Package | Description |
|---|---|
| org.messaginghub.pooled.jms |
A JMS provider which pools Connections and their associated resources.
|
| org.messaginghub.pooled.jms.pool |
| Modifier and Type | Field and Description |
|---|---|
protected PooledConnection |
JmsPoolConnection.connection |
| Modifier and Type | Method and Description |
|---|---|
protected PooledConnection |
JmsPoolConnectionFactory.createPooledConnection(javax.jms.Connection connection)
Delegate that creates each instance of an ConnectionPool object.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.pool2.impl.GenericKeyedObjectPool<PooledConnectionKey,PooledConnection> |
JmsPoolConnectionFactory.getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.
|
| 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.
|
| Constructor and Description |
|---|
JmsPoolConnection(PooledConnection pool)
Creates a new PooledConnection instance that uses the given ConnectionPool to create
and manage its resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PooledJCAConnection |
class |
PooledXAConnection
An XA-aware connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnection |
PooledSessionHolder.getConnection() |
| Constructor and Description |
|---|
PooledSessionHolder(PooledConnection connection,
javax.jms.Session session,
boolean useAnonymousProducer,
int namedProducerCacheSize) |
Copyright © 2017–2018. All rights reserved.