Re: Problems with error handling in transactional client

2009-05-26 Thread Jörn Kottmann
Claus Ibsen wrote: Hi Yeah TX and error handling is hard. For background on error handling in Camel start from here: http://camel.apache.org/error-handling-in-camel.html Basically you cannot use TX with DeadLetterChannel. All redelivery and whatnot is totally in the hands of the backing system

Re: Problems with error handling in transactional client

2009-05-25 Thread Claus Ibsen
Hi Yeah TX and error handling is hard. For background on error handling in Camel start from here: http://camel.apache.org/error-handling-in-camel.html Basically you cannot use TX with DeadLetterChannel. All redelivery and whatnot is totally in the hands of the backing system. So you should d con