Re: Setting for maximumRedeliveries

2012-02-07 Thread Claus Ibsen
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 wrote: > Hi all, > > > Is there any other settin

Setting for maximumRedeliveries

2012-02-07 Thread atg roxx
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