Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 17950 invoked from network); 10 Oct 2008 17:50:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 17:50:13 -0000 Received: (qmail 71269 invoked by uid 500); 10 Oct 2008 17:50:12 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 71249 invoked by uid 500); 10 Oct 2008 17:50:12 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 71238 invoked by uid 99); 10 Oct 2008 17:50:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 10:50:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 17:49:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B223F234C219 for ; Fri, 10 Oct 2008 10:49:52 -0700 (PDT) Message-ID: <1500558953.1223660992728.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 10:49:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-935) RedeliveryPolicy - delay pattern to set delay X N times, delay X2 N2 times, delay X3 N3 times etc. In-Reply-To: <836601373.1222257352642.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-935: ------------------------------ Fix Version/s: 2.0.0 > RedeliveryPolicy - delay pattern to set delay X N times, delay X2 N2 times, delay X3 N3 times etc. > -------------------------------------------------------------------------------------------------- > > Key: CAMEL-935 > URL: https://issues.apache.org/activemq/browse/CAMEL-935 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.4.0 > Reporter: Claus Ibsen > Fix For: 2.0.0 > > > Antother ESB product has this feature to set a delay pattern as: > Redelivered messages can be delayed before delivery; specify a list of delays in this form: [Nth redelivery: delay in ms]. E.g. 3:10; 5:100 causes 0 ms delay on the 1st, 2nd redelivery, 10 ms delay on the 3rd and 4th redelivery; 100 ms delay on each redelivery thereafter. > An example:: > 3:1000;5:3000;10:5000;20:10000;30:30000 > 0-2 = 0 delay > 3-4 = 1000 millis > 5-9 = 3000 millis > 10-19 = 5000 millis > 20-29 = 10000 millis > 30+ = 30000 millis -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.