Hi all, two weeks into using camel in earnest and loving it already :) One point of confusion though...I have a very simple route, message off of a queue and into a database (using a DAO type bean though in preference to the JDBC component). If the write to the db fails I want to take a few attempts to write again then eventually pop it back on the queue for later consumption.I am using spring 3.1 and camel 2.9.
My question is, should I be using XA to do this? I have setup atomikos but am getting mixed advice from the manuals (maybe I am just reading it wrong). The camel book and the activemq page on XA on the site say I should really be using XA. The camel site page on using Spring for transaction management seems to suggest Spring will take care of the transactionality of the entire route. Is XA the correct option for what I am doing? Many thanks -- View this message in context: http://camel.465427.n5.nabble.com/Correct-situation-to-use-XA-tp5487694p5487694.html Sent from the Camel - Users mailing list archive at Nabble.com.
