Re: ActiveMQ resource adapter doesn't return a XA connection factory

2013-11-18 Thread Gary Tully
with the RA, the transaction management (xa enlistment) is handled by the RA connection pool. The 'api' is the JMS connection factory, not the XA connection factory b/c transaction management is the containers responsibility. The activemq ra supports XA transactions but does not expose an XA connec

ActiveMQ resource adapter doesn't return a XA connection factory

2013-11-18 Thread fcosfc
Hi there, I'm using an ActiveMQ 5.7.0 JMS resource adapter on a TomEE 1.5.2 plus application server (default configuration). TomEE documentation says that the ra returns connection factories with XA support by default , but I've been debugg