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 ActiveMQSession |
PooledConnection.createSession(SessionKey key) |
protected SessionPool |
ConnectionPool.createSessionPool(SessionKey key) |
boolean |
SessionKey.equals(SessionKey that) |
Constructor and Description |
---|
SessionPool(ConnectionPool connectionPool,
SessionKey key,
org.apache.commons.pool.ObjectPool sessionPool) |
Constructor and Description |
---|
ConnectionPool(ActiveMQConnection connection,
ConcurrentHashMap<SessionKey,SessionPool> cache,
org.apache.commons.pool.ObjectPoolFactory poolFactory) |
Copyright © 2005–2015. All rights reserved.