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 |
---|---|
PooledSession |
SessionPool.borrowSession() |
Modifier and Type | Method and Description |
---|---|
protected XAResource |
JcaConnectionPool.createXaResource(PooledSession session) |
protected XAResource |
XaConnectionPool.createXaResource(PooledSession session) |
void |
SessionPool.invalidateSession(PooledSession session) |
void |
SessionPool.returnSession(PooledSession session) |
Constructor and Description |
---|
PooledMessageConsumer(PooledSession session,
javax.jms.MessageConsumer delegate)
Wraps the message consumer.
|
Copyright © 2005–2016. All rights reserved.