shafreenAnfar opened a new pull request #40: Add retry interval feature URL: https://github.com/apache/synapse/pull/40 At the moment Message Processor only support one interval for both fetching messages from the store and retrying when there is a failure. But, IMO, these are two different concepts and deserve two different configurations. Therefore, this PR introduces the new retry interval as follows, ```<parameter name="retry.interval">10000</parameter>``` This will allow the user to control the speed of retry when there is a failure. Please note that after the change I have re-tested all the scenarios such as, **Out Only Scenario** - Success scenario - Retry scenario - Max delivery scenario - Max delivery drop scenario - Invoking Deactivate scenario **Response Scenario** - Success scenario - Retry scenario - Retry on application level failure scenario - Invoking reply sequence scenario - Invoking fault sequence scenario - Invoking deactivate sequence scenario - Max delivery attempt scenario - Max delivery drop scenario
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org