From qpid-dev-return-3847-apmail-incubator-qpid-dev-archive=incubator.apache.org@incubator.apache.org Wed Mar 07 18:18:33 2007 Return-Path: Delivered-To: apmail-incubator-qpid-dev-archive@locus.apache.org Received: (qmail 42283 invoked from network); 7 Mar 2007 18:18:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 18:18:32 -0000 Received: (qmail 16008 invoked by uid 500); 7 Mar 2007 18:18:41 -0000 Delivered-To: apmail-incubator-qpid-dev-archive@incubator.apache.org Received: (qmail 15986 invoked by uid 500); 7 Mar 2007 18:18:41 -0000 Mailing-List: contact qpid-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-dev@incubator.apache.org Received: (qmail 15975 invoked by uid 99); 7 Mar 2007 18:18:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 10:18:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gsim@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 10:18:29 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l27II6Sk015268 for ; Wed, 7 Mar 2007 13:18:06 -0500 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l27II5OJ025665 for ; Wed, 7 Mar 2007 13:18:05 -0500 Received: from [10.32.4.89] (vpn-4-89.str.redhat.com [10.32.4.89]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l27II4I2017657 for ; Wed, 7 Mar 2007 13:18:05 -0500 Message-ID: <45EF0189.6000602@redhat.com> Date: Wed, 07 Mar 2007 18:16:41 +0000 From: Gordon Sim User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: qpid-dev@incubator.apache.org Subject: Re: Unacknowledged messages arrive after new messages when recreating a durable subscriber. References: <3A8CE2382796E942862D2A7F14F0EBA10159E60B@USDAL-MAIL2.valtech.com> <45EEFE5C.2030202@redhat.com> In-Reply-To: <45EEFE5C.2030202@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gordon Sim wrote: > Currently, messages are taken off the queue when sent to consumers then > requeued again (at the end of the queue) if the client fails to > acknowledge them, so yes it is expected in one sense. Just a quick update on this: I answered based on old knowledge of the codebase and gave an incorrect answer as a result - apologies! On a quick inspection of the latest code it appears that this issue has been at least considered as of rev 510897. As that seems to be later than the version you are running it appears it may not be working as expected. Martin, I believe you addressed this issue? If so you are probably in a better position to comment on the issue as raised?