Re: Bug in onException with onRedelivery

2017-05-09 Thread Ryan T
Bug-in-onException-with-onRedelivery-tp5798549p5799178.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bug in onException with onRedelivery

2017-05-08 Thread Tadayoshi Sato
Hi, I would first check if AnotherException is really thrown from MyProcessor. On Thu, May 4, 2017 at 1:35 AM, Ryan T wrote: > Can someone verify that this is a bug or not? > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Bug-in-onExcept

Re: Bug in onException with onRedelivery

2017-05-03 Thread Ryan T
Can someone verify that this is a bug or not? -- View this message in context: http://camel.465427.n5.nabble.com/Bug-in-onException-with-onRedelivery-tp5798549p5798619.html Sent from the Camel - Users mailing list archive at Nabble.com.

Bug in onException with onRedelivery

2017-05-01 Thread Ryan T
. Based on the code I expected "*** AnotherException happened." not "*** YetAnotherException happened." Can anyone explain why I got the "*** YetAnotherException happened." result? -- View this message in context: http://camel.465427.n5.nabble.com/Bug-in