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 custom Talend component. Or, rethink
> the case globally to avoid tweaking the TOS way.
> 
> Regards,
> Alex
> 
> On Thu, Feb 8, 2018 at 11:58 AM, Hemant Pekhale 
> wrote:
> 
>> 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 this?
>> 
>> Thanks in advance!
>> 
>> From: Alex Dettinger
>> Sent: Monday, February 5, 2018 16:32
>> To: users@camel.apache.org
>> Subject: Re: Retrying a message from a specific point of the route
>> 
>> Hi,
>> 
>>  You may find this trick
>> <http://camel.apache.org/how-do-i-retry-processing-a-
>> message-from-a-certain-point-back-or-an-entire-route.html>
>> of interest in order to influence the redelivery.
>> 
>> Enjoy,
>> Alex
>> 
>> On Mon, Feb 5, 2018 at 7:40 AM, Hemant Pekhale 
>> wrote:
>> 
>>> 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!
>>> 
>> 
>> 


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

On Thu, Feb 8, 2018 at 11:58 AM, Hemant Pekhale 
wrote:

> 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 this?
>
> Thanks in advance!
>
> From: Alex Dettinger
> Sent: Monday, February 5, 2018 16:32
> To: users@camel.apache.org
> Subject: Re: Retrying a message from a specific point of the route
>
> Hi,
>
>   You may find this trick
> <http://camel.apache.org/how-do-i-retry-processing-a-
> message-from-a-certain-point-back-or-an-entire-route.html>
> of interest in order to influence the redelivery.
>
> Enjoy,
> Alex
>
> On Mon, Feb 5, 2018 at 7:40 AM, Hemant Pekhale 
> wrote:
>
> > 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!
> >
>
>


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 this?

Thanks in advance!

From: Alex Dettinger
Sent: Monday, February 5, 2018 16:32
To: users@camel.apache.org
Subject: Re: Retrying a message from a specific point of the route

Hi,

  You may find this trick
<http://camel.apache.org/how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html>
of interest in order to influence the redelivery.

Enjoy,
Alex

On Mon, Feb 5, 2018 at 7:40 AM, Hemant Pekhale 
wrote:

> 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!
>



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,
>
> 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!
>


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!