Uses of Class
org.apache.activemq.jms.pool.ConnectionPool
-
Packages that use ConnectionPool 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.org.apache.activemq.pool -
-
Uses of ConnectionPool in org.apache.activemq.jms.pool
Subclasses of ConnectionPool in org.apache.activemq.jms.pool Modifier and Type Class Description class
JcaConnectionPool
class
XaConnectionPool
An XA-aware connection pool.Fields in org.apache.activemq.jms.pool declared as ConnectionPool Modifier and Type Field Description protected ConnectionPool
PooledConnection. pool
Methods in org.apache.activemq.jms.pool that return ConnectionPool Modifier and Type Method Description protected ConnectionPool
JcaPooledConnectionFactory. createConnectionPool(Connection connection)
protected ConnectionPool
PooledConnectionFactory. createConnectionPool(Connection connection)
Delegate that creates each instance of an ConnectionPool object.protected ConnectionPool
XaPooledConnectionFactory. createConnectionPool(Connection connection)
Methods in org.apache.activemq.jms.pool that return types with arguments of type ConnectionPool Modifier and Type Method Description protected GenericKeyedObjectPool<ConnectionKey,ConnectionPool>
PooledConnectionFactory. getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.Methods in org.apache.activemq.jms.pool with parameters of type ConnectionPool Modifier and Type Method Description protected Connection
PooledConnectionFactory. newPooledConnection(ConnectionPool connection)
Constructors in org.apache.activemq.jms.pool with parameters of type ConnectionPool Constructor Description PooledConnection(ConnectionPool pool)
Creates a new PooledConnection instance that uses the given ConnectionPool to create and manage its resources. -
Uses of ConnectionPool in org.apache.activemq.pool
Methods in org.apache.activemq.pool that return ConnectionPool Modifier and Type Method Description protected ConnectionPool
JcaPooledConnectionFactory. createConnectionPool(Connection connection)
protected ConnectionPool
PooledConnectionFactory. createConnectionPool(Connection connection)
protected ConnectionPool
XaPooledConnectionFactory. createConnectionPool(Connection connection)
Methods in org.apache.activemq.pool with parameters of type ConnectionPool Modifier and Type Method Description protected Connection
PooledConnectionFactory. newPooledConnection(ConnectionPool connection)
Constructors in org.apache.activemq.pool with parameters of type ConnectionPool Constructor Description PooledConnection(ConnectionPool connection)
-