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 javax.transaction.xa.XAResource |
JcaConnectionPool.createXaResource(PooledSession session) |
protected javax.transaction.xa.XAResource |
XaConnectionPool.createXaResource(PooledSession session) |
void |
SessionPool.invalidateSession(PooledSession session) |
void |
SessionPool.returnSession(PooledSession session) |
Copyright © 2005-2012. All Rights Reserved.