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 classJcaConnectionPoolclassXaConnectionPoolAn XA-aware connection pool.Fields in org.apache.activemq.jms.pool declared as ConnectionPool Modifier and Type Field Description protected ConnectionPoolPooledConnection. poolMethods in org.apache.activemq.jms.pool that return ConnectionPool Modifier and Type Method Description protected ConnectionPoolJcaPooledConnectionFactory. createConnectionPool(Connection connection)protected ConnectionPoolPooledConnectionFactory. createConnectionPool(Connection connection)Delegate that creates each instance of an ConnectionPool object.protected ConnectionPoolXaPooledConnectionFactory. 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 ConnectionPooledConnectionFactory. 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 ConnectionPoolJcaPooledConnectionFactory. createConnectionPool(Connection connection)protected ConnectionPoolPooledConnectionFactory. createConnectionPool(Connection connection)protected ConnectionPoolXaPooledConnectionFactory. createConnectionPool(Connection connection)Methods in org.apache.activemq.pool with parameters of type ConnectionPool Modifier and Type Method Description protected ConnectionPooledConnectionFactory. newPooledConnection(ConnectionPool connection)Constructors in org.apache.activemq.pool with parameters of type ConnectionPool Constructor Description PooledConnection(ConnectionPool connection)
-