Why dont you ask the computer!
Always build unit tests which test this for your application.

And yes it ought to be possible as its the idea with the transaction
as its "all or nothing".


On Fri, Nov 26, 2010 at 3:23 PM, Andreas A. <andreasasm...@gmail.com> wrote:
>
> "Yeah JMS can use transaction, see the transactional client EIP
> pattern, and/or chapter 9 in the Camel book. "
>
> Yeah I've read both, but will it work both ways?
> Just to be clear:
>
> In:
> <from file>
> <split>
> <to jms>
>
> Will the message(s) delivered to JMS be rolled back on exception?
>
> Out:
> <from jms>
> <to file>
>
> Will the message(s) taken from JMS be rolled back on exception?
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/How-to-improve-robustness-of-my-routes-tp3281265p3281372.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to