Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 8243 invoked from network); 8 Nov 2006 00:17:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 00:17:24 -0000 Received: (qmail 71672 invoked by uid 500); 8 Nov 2006 00:17:35 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 71634 invoked by uid 500); 8 Nov 2006 00:17:34 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 71619 invoked by uid 99); 8 Nov 2006 00:17:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 16:17:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 16:17:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DEC1D7142F8 for ; Tue, 7 Nov 2006 16:17:02 -0800 (PST) Message-ID: <30189613.1162945022909.JavaMail.root@brutus> Date: Tue, 7 Nov 2006 16:17:02 -0800 (PST) From: "Hiram Chirino (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Resolved: (AMQ-1032) Avoid a delivery delay on the first redelivery. In-Reply-To: <10562064.1162944782667.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1032?page=all ] Hiram Chirino resolved AMQ-1032. -------------------------------- Resolution: Fixed Implemented in trunk revision 472345 > Avoid a delivery delay on the first redelivery. > ----------------------------------------------- > > Key: AMQ-1032 > URL: https://issues.apache.org/activemq/browse/AMQ-1032 > Project: ActiveMQ > Issue Type: Improvement > Affects Versions: 4.0 > Reporter: Hiram Chirino > Assigned To: Hiram Chirino > Fix For: 4.1 > > > The first time a message is redelivered, it always waits at the initial redelivery delay. Since logic may be different to handle a message that has the redelivered flag enabled, there is a chance that the first time that a message is redeliver it will not fail the same way the original delivery failed. We should only start using a redelivery delay on subsequent redeliveries. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira