| 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 javax.transaction.xa.XAResource |
XaConnectionPool.createXaResource(PooledSession session) |
protected javax.transaction.xa.XAResource |
JcaConnectionPool.createXaResource(PooledSession session) |
void |
PooledConnection.onSessionClosed(PooledSession session) |
| Constructor and Description |
|---|
PooledMessageConsumer(PooledSession session,
javax.jms.MessageConsumer delegate)
Wraps the message consumer.
|
| Constructor and Description |
|---|
PooledSession(SessionKey key,
javax.jms.Session session,
org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool,
boolean transactional,
boolean anonymous) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.