| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
PooledConnection.createSession(SessionKey key) |
boolean |
SessionKey.equals(SessionKey that) |
protected Session |
XaConnectionPool.makeSession(SessionKey key) |
protected Session |
ConnectionPool.makeSession(SessionKey key) |
| Constructor and Description |
|---|
PooledSession(SessionKey key,
SessionHolder sessionHolder,
org.apache.commons.pool.KeyedObjectPool<SessionKey,SessionHolder> sessionPool,
boolean transactional,
boolean anonymous) |
| Constructor and Description |
|---|
PooledSession(SessionKey key,
SessionHolder sessionHolder,
org.apache.commons.pool.KeyedObjectPool<SessionKey,SessionHolder> sessionPool,
boolean transactional,
boolean anonymous) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.