Package | Description |
---|---|
org.apache.activemq.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 | Class and Description |
---|---|
class |
JcaConnectionPool |
class |
XaConnectionPool
An XA-aware connection pool.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection) |
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection) |
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection) |
Constructor and Description |
---|
PooledConnection(ConnectionPool pool) |
SessionPool(ConnectionPool connectionPool,
SessionKey key,
org.apache.commons.pool.ObjectPool sessionPool) |
Copyright © 2005–2017. All rights reserved.