You can use JMX to change those On Tue, Feb 28, 2017 at 10:10 AM, Marco Nicoletti <[email protected]> wrote: > Dears, > > I would like to change at runtime this: > > > <camel:onException onRedeliveryRef="customRedeliveryProcessor"> > > <camel:exception>org.springframework.web.client.HttpServerErrorException</camel:exception> > > <camel:redeliveryPolicy maximumRedeliveries="2" > redeliveryDelay="4000"/> > > <camel:to uri="direct:errorTransactionUpdate"/> > </camel:onException> > > > I would like to change maximumRedeliveries and redeliveryDelay at runtime: > how is it possible with Camel? > > Thanks so much > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/onException-change-redeliveryPolicy-at-runtime-tp5794550.html > Sent from the Camel - Users mailing list archive at Nabble.com.
-- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
