Created support to provide the RedeliveryDelay via Message#getHeader(..) ------------------------------------------------------------------------
Key: CAMEL-4558 URL: https://issues.apache.org/jira/browse/CAMEL-4558 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.8.0 Reporter: Richard Burton Attachments: Modified_the_RedeliveryErrorHandler_to_favor_REDELIVERY_DELAY_header_.patch The RedeliveryPolicy#calculateRedeliveryDelay(long, int) doesn't provide any dynamic means to calculate the delay time by inspection of the Message. This patch provides support for reading the Message header Exchange#REDELIVERY_DELAY which will allow routes to dynamically set the delay. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira