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