We are using Camel 2.0 with ActiveMQ 5.  Our Camel routes participate in a XA
transaction.  When errors occur we expect the transaction to rollback to a
JMS queue.  We have ActiveMQ configured to send the message to a DLQ where
it then travels down a error route.

This worked in the past.  However, recently I found that the messages no
longer make it to the DLQ.  I have been updating my Camel 2.0 source from
SVN every so often and rebuilding.  I am wondering if something changed that
I need to take in to account.

Currently it seems the transaction does a rollback and redelivery five
times.  Then the message disappears.  It does not go to a DLQ, nor does it
go back to the original queue.  Do I need to change a configuration to
support the newer 2.0 build of Camel that I am now using?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Camel-2.0-Transaction-Rollback-tp24534561p24534561.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to