activemq/activemq-core
Timothy A. Bish f29c8011d0 Fix for: https://issues.apache.org/jira/browse/AMQ-3045
Adds an optional maximumRedeliveryDelay that defaults to -1 to indicate no max so behavior is unchanged from previous versions.  When the backoff multiplier is enabled and the maximumReliveryDelay is set > -1 then the delay returned by getNextReliveryDealy is capped by the max of either maximumReliveryDelay or redeliveryDelay preventing delays smaller than the configured redelivery delay.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1078189 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 22:39:11 +00:00
..
src Fix for: https://issues.apache.org/jira/browse/AMQ-3045 2011-03-04 22:39:11 +00:00
pom.xml https://issues.apache.org/jira/browse/AMQ-3177 - use slf4j instead of jcl 2011-02-10 14:24:01 +00:00