| 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 | Method and Description |
|---|---|
protected SessionPool |
ConnectionPool.createSessionPool(SessionKey key) |
| Constructor and Description |
|---|
PooledSession(ActiveMQSession aSession,
SessionPool sessionPool) |
| Constructor and Description |
|---|
ConnectionPool(ActiveMQConnection connection,
ConcurrentHashMap<SessionKey,SessionPool> cache,
org.apache.commons.pool.ObjectPoolFactory poolFactory) |
Copyright © 2005–2017. All rights reserved.