From users-return-13868-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Fri May 02 18:52:01 2008 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 71769 invoked from network); 2 May 2008 18:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 18:52:01 -0000 Received: (qmail 83178 invoked by uid 500); 2 May 2008 18:52:02 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 82904 invoked by uid 500); 2 May 2008 18:52:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 82893 invoked by uid 99); 2 May 2008 18:52:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 11:52:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.249.3.89] (HELO exchange00.semaphore.com) (63.249.3.89) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 18:51:09 +0000 Received: from exchange00.semaphore.lan ([192.168.109.70]) by exchange00.semaphore.lan ([192.168.109.70]) with mapi; Fri, 2 May 2008 11:49:43 -0700 From: Dylan Vanderhoof To: "'users@activemq.apache.org'" Date: Fri, 2 May 2008 11:49:42 -0700 Subject: Number of consumers high on 5.1 RC Thread-Topic: Number of consumers high on 5.1 RC Thread-Index: AcishYc36oIQY6PkQRCGs5NrRJJyCQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I have a couple ad-hoc queues, each with 2 consumers running. For whatever= reason, the number of consumers on one queue is 17, the other 5. These ar= e all Stomp clients. There have been a few unclean kills of the consumers,= but my understanding is that the consumers would be flushed on the next me= ssage to the queue. Any idea why the consumer count is too high? -D