1 Reply Latest reply on Jul 2, 2012 9:22 AM by davsclaus

    Exception handling and redelivery

    sanjayeipl

      I am using onException clause for handling exceptions. My goal is to rerun a specific block of processors if something fails in that route. I went thru the documentation and found out in case of exceptions re-delivery starts at the point where failure occurred not the complete route.

       

      Reference:  Point of entry for redelivery attempts

       

      Is there any way using which I can reexecute complete route Or reexecute processors from a specific point not from the failed processor?

       

      Thanks in advance.