1 Reply Latest reply on Aug 24, 2010 2:49 AM by davsclaus

    simple camel jms to jms bridge, transaction needed?

    lcurry

      Hi,

      For a very simple route:

              

       

      In order for above to be fully fault tolerant i'm assuming i need to introduce a transaction. I.e. configure a JmsTransactionManager and inject it into the camel JmsComponent.

      (Just checking cause i don't want to do this extra work if Camel wraps such a route in a transaction by default for me.)

      Thanks!

      -Lowry