| Package | Description |
|---|---|
| org.messaginghub.pooled.jms |
A JMS provider which pools Connections and their associated resources.
|
| 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 javax.jms.XAConnection |
JmsPoolXAConnectionFactory.createProviderConnection(PooledConnectionKey key) |
protected javax.jms.Connection |
JmsPoolConnectionFactory.createProviderConnection(PooledConnectionKey key)
Given a
PooledConnectionKey create a JMS Connection using the
configuration from the key and the assigned JMS ConnectionFactory instance. |
Copyright © 2017–2020. All rights reserved.