Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 84829 invoked from network); 12 Jun 2006 16:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 16:02:11 -0000 Received: (qmail 63698 invoked by uid 500); 12 Jun 2006 16:02:10 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 63672 invoked by uid 500); 12 Jun 2006 16:02:10 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 63639 invoked by uid 99); 12 Jun 2006 16:02:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 09:02:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [208.176.63.109] (HELO localhost.ldsys.net) (208.176.63.109) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 09:02:08 -0700 Received: from [10.0.2.1] (adsl-71-143-209-211.dsl.chcgil.sbcglobal.net [71.143.209.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by localhost.ldsys.net (Postfix) with ESMTP id BC0EE4690B for ; Mon, 12 Jun 2006 11:06:35 -0500 (CDT) Message-ID: <448D8FEA.7020007@ldsys.net> Date: Mon, 12 Jun 2006 11:01:46 -0500 From: "Christopher G. Stach II" User-Agent: Thunderbird 1.5.0.4 (X11/20060603) MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: Re: Redelivery delay backoff factor References: <448D8C56.3060008@ldsys.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N James Strachan wrote: > Sure - wanna raise a JIRA for this? (A patch would be even better :) > > On 6/12/06, Christopher G. Stach II wrote: >> If a rollback on two messages happens between three transactional >> deliveries, and the two messages are redelivered with the same >> redelivery backoff settings, there is a likelihood that both messages >> will cause another rollback to happen. If maximumRedeliveries is set >> too low, or there are a maximumRedeliveries + 1 messages coming in >> simultaneously, messages may never get delivered. Can we get another >> option for the clients that adds a random backoff delay adjustment in >> addition to the constant backoff delay factor? This would end up >> working like most other collision avoidance algorithms. I will see if I can dedicate some time to it this week. It would really help out over here. -- Christopher G. Stach II