Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17A8D9672 for ; Thu, 23 Feb 2012 23:57:31 +0000 (UTC) Received: (qmail 17556 invoked by uid 500); 23 Feb 2012 23:57:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 17524 invoked by uid 500); 23 Feb 2012 23:57:30 -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 17512 invoked by uid 99); 23 Feb 2012 23:57:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 23:57:30 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mattrpav@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 23:57:22 +0000 Received: by iaeh11 with SMTP id h11so2825637iae.2 for ; Thu, 23 Feb 2012 15:57:01 -0800 (PST) Received-SPF: pass (google.com: domain of mattrpav@gmail.com designates 10.50.208.74 as permitted sender) client-ip=10.50.208.74; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mattrpav@gmail.com designates 10.50.208.74 as permitted sender) smtp.mail=mattrpav@gmail.com; dkim=pass header.i=mattrpav@gmail.com Received: from mr.google.com ([10.50.208.74]) by 10.50.208.74 with SMTP id mc10mr649513igc.28.1330041421991 (num_hops = 1); Thu, 23 Feb 2012 15:57:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=w7fB6xMQYKyIHm7DivwVXmUYqxg2aK3Iik7DnRYYJGA=; b=wy94gxLxWcdhp/NpvK2gSuDF1ZvvIjuUU5Q41BUxDerS941trWLz5UzCZyAl8Ca9Rc 9IJoxNhtK1AaCj2vq4Bz6ofLHkW0hLA8Dfi9Wb4Y4C7CuKAXTmMLJzd2Ihf9GPjkmvpm Gtn4Ek3QWM599zATqsG13iT20IQb4NLQh0GWs= Received: by 10.50.208.74 with SMTP id mc10mr551354igc.28.1330041421951; Thu, 23 Feb 2012 15:57:01 -0800 (PST) Received: from MacBookPro-2.local ([216.191.233.130]) by mx.google.com with ESMTPS id f8sm3924386ibl.6.2012.02.23.15.56.59 (version=SSLv3 cipher=OTHER); Thu, 23 Feb 2012 15:57:00 -0800 (PST) Message-ID: <4F46D24A.7040805@gmail.com> Date: Thu, 23 Feb 2012 18:56:58 -0500 From: Matt Pavlovich User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: how can jmx queueSize be greater than enqueue size? References: <1330015583800-4414406.post@n4.nabble.com> <1330020020334-4414654.post@n4.nabble.com> In-Reply-To: <1330020020334-4414654.post@n4.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enqueued and dequeued are counters for the number of total messages that have traveled through the system over time. QueueSize is the current count. On 2/23/12 1:00 PM, mserrano wrote: > Ok, after poking around a bit, I realized that there must be persisted > messages being restored from a previous execution. Does that make sense? > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/how-can-jmx-queueSize-be-greater-than-enqueue-size-tp4414406p4414654.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.