You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Nick Dimos <ni...@googlemail.com> on 2012/06/06 16:15:58 UTC

Define Point of Entry for Redelivery Attempts

Hi all,

Is there a best practice in redelivery policy to define the point of entry
for redelivery attempts?
I would like to override the default behavior of redelivering from the
point of problem and define
i.e. as header in the onException declaration the name of processor from
where to retry the route.

Thanks,
nikos

Re: Define Point of Entry for Redelivery Attempts

Posted by Claus Ibsen <cl...@gmail.com>.
On Wed, Jun 6, 2012 at 4:15 PM, Nick Dimos <ni...@googlemail.com> wrote:
> Hi all,
>
> Is there a best practice in redelivery policy to define the point of entry
> for redelivery attempts?
> I would like to override the default behavior of redelivering from the
> point of problem and define
> i.e. as header in the onException declaration the name of processor from
> where to retry the route.
>

You would need to handle the exception, and send it somewhere else,
for example to
a seda queue or some sort to continue processing from there.


> Thanks,
> nikos



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen