Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 33183 invoked from network); 30 Jan 2009 15:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2009 15:59:23 -0000 Received: (qmail 81274 invoked by uid 500); 30 Jan 2009 15:59:23 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81089 invoked by uid 500); 30 Jan 2009 15:59:23 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 81078 invoked by uid 99); 30 Jan 2009 15:59:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 07:59:23 -0800 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, 30 Jan 2009 15:59:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0DCFF234C4B3 for ; Fri, 30 Jan 2009 07:59:00 -0800 (PST) Message-ID: <998322411.1233331140055.JavaMail.jira@brutus> Date: Fri, 30 Jan 2009 07:59:00 -0800 (PST) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1800) Redilivery counter increase incredible In-Reply-To: <1643294727.1213620300307.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/AMQ-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-1800. ----------------------------- Resolution: Fixed Assignee: Gary Tully working on trunk now. see resolution of linked issue > Redilivery counter increase incredible > -------------------------------------- > > Key: AMQ-1800 > URL: https://issues.apache.org/activemq/browse/AMQ-1800 > Project: ActiveMQ > Issue Type: Bug > Components: JMS client > Affects Versions: 5.1.0 > Reporter: Dima > Assignee: Gary Tully > Fix For: 5.3.0 > > > I have some transacted session. Each session has one consumer which recive messages in parallel from one queue. > Also I use redeliveryPolicy. When I restart my application and close connection which close sessions which close consumers, message jumps from one closing consumer to another while all consumers will be stopped and rediliveryCounter++ executes every time when message is redispatched > You have to add any flag to connection which says: if connection.stop() is executed then forbore any message redispatching -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.