On Wed, Jun 6, 2012 at 4:15 PM, Nick Dimos <nikos...@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: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to