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.