Re: JTA Transaction in a MessageListener

2016-05-07 Thread Alexis Hassler
se case is, but if you're trying to achieve MDB > like behaviour outside an application server. It might be worth looking at > this: http://activemq.apache.org/jca-container.html. > > I hope this helps. > > Regards > Martyn > > > > On Wed, May 4, 2016 at 1

JTA Transaction in a MessageListener

2016-05-04 Thread Alexis Hassler
Hi, Lately, I've sent a PR to the Narayana project in order to support JTA transactions in JMS MessageListener. In this PR, I started a JTA transaction in the onMessage method. The PR will be rejected because starting the transaction in the onMessage is too late : the message has already been deq