Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-02-21 Thread Claus Ibsen
r* >>>7. *ExceptionHandler* >>> >>> >>> >>> *Questions:* We would appreciate your guidance on the following: >>> >>>1. *Are we missing any key configurations or settings that could >>>help resolve this issue to catch

Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-02-21 Thread Claus Ibsen
;> 2. *Could there be an error in our setup or configuration?* >>3. *Is there any relevant information missing from the Camel >>documentation that could help us handle these exceptions properly?* >>4. *Is this a known issue or a potential bug in the Camel version

Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-01-31 Thread Claus Ibsen
could help us handle these exceptions properly?* >4. *Is this a known issue or a potential bug in the Camel version >we're using in both projects?* >5. *Any other suggestions or insights you may have would be greatly > appreciated.* > > > For your reference, I&#x

Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-01-31 Thread Vineet Kumar
sary project files. Zulip chat link: (46) #general > Assistance Required on Exception Handling in Camel Kafka Con - camel - Zulip<https://camel.zulipchat.com/#narrow/channel/257295-general/topic/Assistance.20Required.20on.20Exception.20Handling.20in.20Camel.20Kafka.20Con> Thank you in adva

Re: Exception handling in camel

2017-03-29 Thread Ryan T
message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-camel-tp5796686p5796722.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exception handling in camel

2017-03-29 Thread Ryan T
message is still there. Hope this helps. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-camel-tp5796686p5796721.html Sent from the Camel - Users mailing list archive at Nabble.com.

Exception handling in camel

2017-03-29 Thread anirban.gupta4
e suggest. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-camel-tp5796686.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exception Handling in camel onWhen

2015-11-21 Thread Claus Ibsen
Redeliveries(2); > > The problem is when ever the Predicate return false the route is stop. what > I am trying to achieve is to continue the route. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exception-Handling-in-camel-onWhen-tp5774

Exception Handling in camel onWhen

2015-11-18 Thread Ishada
; } }).continued(true).maximumRedeliveries(2); The problem is when ever the Predicate return false the route is stop. what I am trying to achieve is to continue the route. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-Handling-in-camel-onWhen-tp5774076

Re: Exception handling in Camel Routes.

2012-07-17 Thread Christian Müller
> > > >> Can you please elaborate "A route can have a N+ route scoped > >> onException's. > >> That is possible." > >> > >> In my case when I had the onException on the route, whatever the code i > >> put > >> for onExcepti

Re: Exception handling in Camel Routes.

2012-07-16 Thread smadarapu
can have a N+ route scoped >> onException's. >> That is possible." >> >> In my case when I had the onException on the route, whatever the code i >> put >> for onException got executed immediately after a message arrived to that >> route (without an

Re: Exception handling in Camel Routes.

2012-07-14 Thread Christian Müller
that exception really > happened. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exception-handling-in-Camel-Routes-tp5715952p5716018.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Exception handling in Camel Routes.

2012-07-13 Thread smadarapu
), and not when that exception really happened. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-Camel-Routes-tp5715952p5716018.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exception handling in Camel Routes.

2012-07-12 Thread Claus Ibsen
g of the same exception. > A route can have a N+ route scoped onException's. That is possible. If you put onException outside (from) then its scoped for the current RouteBuilder class. > Thanks > Srikanth > > -- > View this message in context: > http://camel.465427.n5.nab

Re: Exception handling in Camel Routes.

2012-07-12 Thread Willem Jiang
on" setup, what is the purpose? Also the per route builder setup adds a limitation that I cannot have the definition of two routes (in the same RouteBuilder class) that need different handling of the same exception. Thanks Srikanth -- View this message in context: http://camel.465427.n5.nab

Re: Exception handling in Camel Routes.

2012-07-12 Thread smadarapu
" setup, what is the purpose? Also the per route builder setup adds a limitation that I cannot have the definition of two routes (in the same RouteBuilder class) that need different handling of the same exception. Thanks Srikanth -- View this message in context: http://camel.465427.n5.nabb

Exception handling in Camel Routes.

2012-07-12 Thread smadarapu
-- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-Camel-Routes-tp5715952.html Sent from the Camel - Users mailing list archive at Nabble.com.