[ https://issues.apache.org/activemq/browse/AMQ-1084?page=all ]
Guillaume Nodet resolved AMQ-1084. ---------------------------------- Resolution: Fixed If a transaction manager is configured on the PooledConnectionFactory, and a transaction is active when the session is created, the session will be enlisted in the current transaction. Author: gnodet Date: Sun Dec 3 01:24:55 2006 New Revision: 481742 URL: http://svn.apache.org/viewvc?view=rev&rev=481742 Log: AMQ-1084: Allow o.a.a.pool to support XA transactions Also enhance the pooled ConnectionFactory to reuse several connections. Fix the lastUsed timestamp on the ConnectionPool to avoid discarding reusable connections. Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/pool/ConnectionPool.java incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/pool/PooledConnectionFactory.java incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/pool/PooledSession.java > Allow org.apache.activemq.pool to support XA transactions > --------------------------------------------------------- > > Key: AMQ-1084 > URL: https://issues.apache.org/activemq/browse/AMQ-1084 > Project: ActiveMQ > Issue Type: Improvement > Reporter: Guillaume Nodet > Assigned To: Guillaume Nodet > Fix For: 4.2.0 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira