Versions Compared

Key

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

...

Code Block
xml
xml
<onException>
   <exception>com.mycompany.MyException</exception>
   <redelivyPolicy<redeliveryPolicy maximumRedeliveries="2"/>
</onException>

...

Code Block
xml
xml
<onException>
   <exception>com.mycompany.MyException</exception>
   <exception>com.mycompany.MyOtherException</exception>
   <redelivyPolicy<redeliveryPolicy maximumRedeliveries="2"/>
</onException>

...