Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 85456 invoked from network); 7 Jun 2007 10:22:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 10:22:06 -0000 Received: (qmail 14368 invoked by uid 500); 7 Jun 2007 10:22:08 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 14336 invoked by uid 500); 7 Jun 2007 10:22:08 -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 14292 invoked by uid 99); 7 Jun 2007 10:22:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 03:22:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 03:22:03 -0700 Received: by wx-out-0506.google.com with SMTP id i28so388706wxd for ; Thu, 07 Jun 2007 03:21:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WP2zaUANXDmo8Ba72QTeixEygeXMkTi7tfdNOmyjrb+t0USI6WXDuzTETqINXqnE3ZPI0O52rWYxt9716r+W6nvmIEAz1cBeRIlnK5MzBz1bFc++/rMKrscDODJfbkZEigYdxFVfM2Vh9uid8GVJi5CD7S2k9Rwbctqldh2POxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HOA/GFCQfK89UUbdaC4CvlJbH25ovICdkdUI7ogskxneHzjJLJxGT82bj+nHK27gEgRcqZ3ZFAtBhEPQ4NaicJt3C9uOnr8kDDPc/RheJrjdbk+KcSnGyrd8QlXrbxGb4AD6ZnGrm9nznztfE5Orsg5IM+c+6RW+wAQT8fhIsT8= Received: by 10.90.99.20 with SMTP id w20mr1296185agb.1181211702905; Thu, 07 Jun 2007 03:21:42 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Thu, 7 Jun 2007 03:21:37 -0700 (PDT) Message-ID: Date: Thu, 7 Jun 2007 11:21:37 +0100 From: "James Strachan" To: users@activemq.apache.org Subject: Re: QueueBrowser In-Reply-To: <11005385.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11005385.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 6/7/07, Raffaele wrote: > > Hi all, > > from javadoc of ActiveMQQueueBrowser: > Messages may be arriving and expiring while the scan is done. The JMS API > does not require the content of an enumeration to be a static snapshot of > queue content. Whether these changes are visible or not depends on the JMS > provider. > > that it is the same doc of javax.jms.QueueBrowser....well ActiveMQ how > manages those situations? The queue browser in ActiveMQ sees a snapshot of the messages on the queue at the time the queue browser is created. -- James ------- http://macstrac.blogspot.com/