You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Raffaele <r....@prismasw.it> on 2007/06/07 12:12:51 UTC

QueueBrowser

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?

Thanks, best regards.

Raffaele

-- 
View this message in context: http://www.nabble.com/QueueBrowser-tf3883023s2354.html#a11005385
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: QueueBrowser

Posted by James Strachan <ja...@gmail.com>.
On 6/7/07, Raffaele <r....@prismasw.it> 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/