Hi all, I am currently in the progress of setting up camel for processing transactions. I am thinking to use transacted mode with activemq, as integrity is very important and understand that a setup similar to the example http://camel.apache.org/transactional-client.html, is the recommended approach(please correct me if I am wrong). I can see that camel provides a dead letter queue exception handler, DeadLetterChannel, but also, so does activemq. Can anyone provide any pros or cons on either. I am leaning a bit towards using camels approach, as it is probably better tested with camel. Also I want to be able to do implicit retry on some services, before doing exponential back off before moving to dead letter queue. The implicit retry is easy to configure in camel it seems i am just a bit doubtfull whether I should use camel or activemq for the dead letter queue and exponential back off handling.
Cheers, Soelvar -- View this message in context: http://camel.465427.n5.nabble.com/Transacted-processing-tp5741498.html Sent from the Camel - Users mailing list archive at Nabble.com.