And of course http://jencks.codehaus.org/.
--
View this message in context:
http://www.nabble.com/Manual-XA-transaction-management-tp15254969s2354p15259371.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Solved.
http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/jms/listener/DefaultMessageListenerContainer.html
--
View this message in context:
http://www.nabble.com/Manual-XA-transaction-management-tp15254969s2354p15259049.html
Sent from the ActiveMQ - User mailing list
Hello all,
I am trying to do the following:
-the action of receiving the JMS message to participate in XA transaction
(I want receive via MessageListener.onMessage to be atomic with save in
Xa capable database; receive message and save it in my cusomt database).
I have scanned AMQ source cod