If you have a copy of Camel in Action book, then chapter 9 is a full
chapter about transactions, that goes deep.



On Mon, Oct 14, 2013 at 9:35 AM, Soelvar <jesper.s.karl...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to