Hi, I am using PooledConnecitonFactory/PooledConnection to enhance the performance.
After reading the source code, I can create a PooledSession from PooledConnection, but there is no way to return the PooledSession back. User case: 1. create a PooledSession s1; 2. create a consumer c1 on s2; 3. return the session back so reuse it laterly(no way to do so, and I do not want to close the session as the consumer is under working) Any one has any suggestion on this? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/PooledSession-No-way-return-it-back-tp4679628.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.