"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.
