From users-return-1879-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Wed Sep 09 17:13:01 2009 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 18266 invoked from network); 9 Sep 2009 17:13:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 17:13:01 -0000 Received: (qmail 78096 invoked by uid 500); 9 Sep 2009 17:13:01 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 78047 invoked by uid 500); 9 Sep 2009 17:13:01 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 78037 invoked by uid 99); 9 Sep 2009 17:13:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 17:13:01 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 66.196.96.93 is neither permitted nor denied by domain of textux@bellsouth.net) Received: from [66.196.96.93] (HELO smtp120.sbc.mail.re3.yahoo.com) (66.196.96.93) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 09 Sep 2009 17:12:50 +0000 Received: (qmail 3920 invoked from network); 9 Sep 2009 17:12:30 -0000 Received: from unknown (HELO maverick.brjzm.com) (textux@74.248.229.123 with plain) by smtp120.sbc.mail.re3.yahoo.com with SMTP; 9 Sep 2009 17:12:29 -0000 X-YMail-OSG: XLsNebsVM1lKy8vQ4HJtSbN2HRETf6KLjgCZMIy9MbLKIGAdJwcfvtdCKJZK2GRzaOwcrnyoT0_nT2hvmGadRacyunS33jJcepJouEqmDudIXqK8ynyoU.fcx_6sAfC87p4nQjtV5f4si6jMNTMjV6lPNwCCB8hZVBUHVRFs41Ohgno3mxMOwFGO5WsrF0KERKsDm1hjxrMbMZF3Mo.WrQJoEk3NLzP2h8Hr1Tmv2kJsOdhX.mDh0bfr7tuRtw38ppIKSAYwCNesPMEIyZGFpyyqT.5JxIl1wiWMLJf1RYJNk4sP_yE- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4AA7E1FD.4070704@bellsouth.net> Date: Wed, 09 Sep 2009 13:12:29 -0400 From: Bill Whiting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: browse queue References: <4AA7C465.7090106@bellsouth.net> <4AA7C63C.20600@redhat.com> <4AA7D0F6.9000809@bellsouth.net> <4AA7DB15.5060002@redhat.com> <4AA7DCE5.7090508@redhat.com> In-Reply-To: <4AA7DCE5.7090508@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 On 09/09/2009 12:50 PM, Carl Trieloff wrote: > Gordon Sim wrote: >> On 09/09/2009 04:59 PM, Bill Whiting wrote: >>> Thanks, I'm able to browse messages non-destructively and I can >>> acquire/accept an individual message and remove it from the queue; >>> however, qpid-stat -q shows the same number of messages. >>> >>> Is this a bug in qpid-stat or are those messages waiting for some >>> timeout before they become available again? >> >> Acquired and accepted messages should be dequeued when the broker >> gets the accept and would then be reflected in the dequeued count >> shown by qpid-stat. > > note that stats get updated on mgnt interval for tools that subscribe > to this info like qpid-tool. > > Carl. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:users-subscribe@qpid.apache.org > > Increases to queue depth show immediately, decreases in queue depth are not showing at all. If I use qpid-tool -> show connection It showed the connection for qpid-tool, and the last connection of my test application for several seconds (60+), but now only the current connection shows, however, queue depth has not decreased. I'll clean up the code and post it. //Bill --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org