Re: DeadLetterChanel does not handle exception.

2013-04-25 Thread aram
Thank you! It really helped to solve the problem. -- View this message in context: http://camel.465427.n5.nabble.com/DeadLetterChanel-does-not-handle-exception-tp5731073p5731528.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: DeadLetterChanel does not handle exception.

2013-04-22 Thread aram
I tried it on a camel 2.11.0 , but there is the same problem : java.lang.AssertionError: mock://log:send Received message count. Expected: <4> but was: <28> -- View this message in context: http://camel.465427.n5.nabble.com/DeadLetterChanel-does-not-handle-exception-tp5731073p5731319.html Se

Re: DeadLetterChanel does not handle exception.

2013-04-18 Thread aram
Change. But same result. -- View this message in context: http://camel.465427.n5.nabble.com/DeadLetterChanel-does-not-handle-exception-tp5731073p5731075.html Sent from the Camel - Users mailing list archive at Nabble.com.

DeadLetterChanel does not handle exception.

2013-04-18 Thread aram
Hello.I have some problem with using DeadLetterChannel. Here is an example of routes that shows the issue: // configured error handler //producer route //consuming route with exception java.io.IOException