| Package | Description |
|---|---|
| org.apache.activemq.jms.pool |
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's JmsTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.pool.impl.GenericKeyedObjectPool<ConnectionKey,ConnectionPool> |
PooledConnectionFactory.getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Connection |
PooledConnectionFactory.createConnection(ConnectionKey key) |
boolean |
ConnectionKey.equals(ConnectionKey that) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.