Given a redelivery policy contained within an onException, is there a way to modify the policy attributes at runtime? I want to be able to set the maximumRedeliveries specifically.
<onException>
<exception>java.lang.Exception</exception>
<redeliveryPolicy maximumRedeliveries="1"/>
</onException>
v2.8.1
--
View this message in context:
http://camel.465427.n5.nabble.com/Runtime-modification-of-redelivery-policy-tp5734454.html
Sent from the Camel - Users mailing list archive at Nabble.com.
