RE: OnException and StreamCaching

2020-10-29 Thread Shenavai, Manuel
Thanks! -Original Message- From: Claus Ibsen Sent: Mittwoch, 28. Oktober 2020 15:37 To: users@camel.apache.org Subject: Re: OnException and StreamCaching On 2.x you can set the exchange property with key Exchange.REDELIVERY_EXHAUSTED On Mon, Oct 26, 2020 at 4:44 PM Shenavai, Manuel

Re: OnException and StreamCaching

2020-10-28 Thread Claus Ibsen
From: Claus Ibsen > Sent: Freitag, 9. Oktober 2020 13:52 > To: users@camel.apache.org > Subject: Re: OnException and StreamCaching > > Hi > > Ah thanks for bringing this up. Yeah its a little bug, we should make > that stream caching more robust. > You are welcome to create a

RE: OnException and StreamCaching

2020-10-26 Thread Shenavai, Manuel
From: Shenavai, Manuel Sent: Freitag, 9. Oktober 2020 14:47 To: users@camel.apache.org Subject: [CAUTION] RE: OnException and StreamCaching Hi Claus, thanks for confirming. I created a Jira for it: https://issues.apache.org/jira/browse/CAMEL-15665 Best regards, Manuel -Original Message-

RE: OnException and StreamCaching

2020-10-09 Thread Shenavai, Manuel
Hi Claus, thanks for confirming. I created a Jira for it: https://issues.apache.org/jira/browse/CAMEL-15665 Best regards, Manuel -Original Message- From: Claus Ibsen Sent: Freitag, 9. Oktober 2020 13:52 To: users@camel.apache.org Subject: Re: OnException and StreamCaching Hi Ah

Re: OnException and StreamCaching

2020-10-09 Thread Claus Ibsen
Hi Ah thanks for bringing this up. Yeah its a little bug, we should make that stream caching more robust. You are welcome to create a JIRA On Wed, Oct 7, 2020 at 4:07 PM Shenavai, Manuel wrote: > > Hi everyone, > > > > we are using the Camel-onException error handling and found that the > excep

OnException and StreamCaching

2020-10-07 Thread Shenavai, Manuel
Hi everyone, we are using the Camel-onException error handling and found that the exception-handling is sometimes not executed in case of error. When StreamCaching is enabled in the route and an error happens during TypeConversion (see stacktrace below), the exception handling is not executed