Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 47060 invoked from network); 19 Jan 2010 13:55:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2010 13:55:26 -0000 Received: (qmail 75837 invoked by uid 500); 19 Jan 2010 13:55:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75781 invoked by uid 500); 19 Jan 2010 13:55:26 -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 75769 invoked by uid 99); 19 Jan 2010 13:55:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 13:55:26 +0000 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 (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 13:55:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NXEXp-0004LV-Mn for users@activemq.apache.org; Tue, 19 Jan 2010 05:54:57 -0800 Message-ID: <27226129.post@talk.nabble.com> Date: Tue, 19 Jan 2010 05:54:57 -0800 (PST) From: Christoph Kutzinski To: users@activemq.apache.org Subject: Re: Problem with 'dispatched queue' In-Reply-To: <27225878.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kutzi@gmx.de References: <20100119094427.275290@gmx.net> <3a73c17c1001190328l3c722b28q721e9bac5e374c5c@mail.gmail.com> <27225878.post@talk.nabble.com> An additional observation: The size of the dispacthed queue seems also to be equal the (largest) number of messages I received in a row. E.g. if I received 5 message the webconsole looks like this: "Enqueues 10; Dequeues 5; Dispatched 10; Dispatched Queue 5" If I receive 10 messages later from the same consumer: "Enqueues 25; Dequeues 15; Dispatched 25; Dispatched Queue 10" Also, there always seem to be exactly 2 consumers (for one receiving) VM. Don't know if that's important, I guess that's a Spring SingleConnectionFactory 'magic' -- View this message in context: http://old.nabble.com/Problem-with-%27dispatched-queue%27-tp27223270p27226129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.