Re: Retrying a message from a specific point of the route

2018-02-09 Thread Hemant Pekhale
thanks Alex > On 10-Feb-2018, at 12:15 AM, Alex Dettinger wrote: > > Hi Hemant, > > I have no more idea that would help you to achieve this with TOS. In > such a situation, I would ask guidance to the Talend community to check if > it would be possible with a home made

Re: Retrying a message from a specific point of the route

2018-02-09 Thread Alex Dettinger
Hi Hemant, I have no more idea that would help you to achieve this with TOS. In such a situation, I would ask guidance to the Talend community to check if it would be possible with a home made custom Talend component. Or, rethink the case globally to avoid tweaking the TOS way. Regards, Alex

RE: Retrying a message from a specific point of the route

2018-02-08 Thread Hemant Pekhale
Hi Alex, Thanks for reply. Actually I am using talend open studio for this and the option “NoErrorHandler” is not available in ErrorHandler component provided by talend. And this option is required to achieve the goal (as mentioned in the post you pointed). Do you see any other way to achieve

Re: Retrying a message from a specific point of the route

2018-02-05 Thread Alex Dettinger
Hi, You may find this trick of interest in order to influence the redelivery. Enjoy, Alex On Mon, Feb 5, 2018 at 7:40 AM, Hemant Pekhale wrote: > Hi, > >

Retrying a message from a specific point of the route

2018-02-04 Thread Hemant Pekhale
Hi, How to retry a message from a specific point of the route when exception occurs. I am using camel 2.15 and Spring configuration. Some example is most appreciated. Thanks!