Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<onException>
   <exception>com.mycompany.ValidationException</exception>
   <redeliveryPolicy maximumRedeliveries="2" delay="5000"/>
</onException>

...

Point of entry for redelivery attempts

All redelivery attempts start at the point of the failure. So the route:

...

Will retry from processor2 - not the complete route.

Reusing ReliveryPolicy

...