Difference between transacted and jmstx

2014-12-04 Thread Madhu Nair
Hi, I have a route that reads messages from a message queue and sends them downstream to another application. If there is a failure on that application side the message seems to get lost. I want the message to be put back on to the queue if there is an exception. I am wondering if doing from().tra

Re: Difference between transacted and jmstx

2014-12-05 Thread Claus Ibsen
Hi Yeah transactions can do that, read more at http://camel.apache.org/transactional-client.html http://camel.apache.org/jms And if you want to read from a book, then both the Camel cookbook and Camel in Action has a full chapter devoted to transactions On Fri, Dec 5, 2014 at 2:29 AM, Madhu Nair