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 <[email protected]> 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: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
