Hi Can you post a few more details? Such as which Camel version you are using. And post your routes.
Also notice that Camel redelivery is happening at the place of the error. Where as redelivery from a JMS broker, starts all over again. That is a difference. On Sat, Jan 28, 2012 at 11:32 PM, atg roxx <atgr...@gmail.com> wrote: > Hi, > > > I am new to camel world. > > > I read on the camel site that we can use the below configuration to > configure the route. > > But the following this not taking affect. Is the some other setting > which has to done somewhere ?? > > > kindly guide me . > > errorHandler(deadLetterChannel("jms:queue:dead") > .maximumRedeliveries(3).redeliveryDelay(5000)); > > > > --cheers, > > atgroxx -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/