You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by atg roxx <at...@gmail.com> on 2012/02/07 19:37:08 UTC

Setting for maximumRedeliveries

Hi all,


Is there any other setting except from the  below call for redelivers
on IOException on a route.


onException(IOException.class).maximumRedeliveries(3)



--cheers,

atgroxx

Re: Setting for maximumRedeliveries

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

You can also set maximum redeliveries on the errorHandler as well.
Then the onException can override the setting from the errorHandler.

Those are the places where you can configure redelivery settings.


On Tue, Feb 7, 2012 at 7:37 PM, atg roxx <at...@gmail.com> wrote:
> Hi all,
>
>
> Is there any other setting except from the  below call for redelivers
> on IOException on a route.
>
>
> onException(IOException.class).maximumRedeliveries(3)
>
>
>
> --cheers,
>
> atgroxx



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