You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2009/07/08 18:46:07 UTC

[jira] Commented: (AMQ-2172) QueueBrowser doesn't browse the entire queue

    [ https://issues.apache.org/activemq/browse/AMQ-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52744#action_52744 ] 

Gary Tully commented on AMQ-2172:
---------------------------------

the current behavior of a browser is controlled by the maxBrowsePageSize PolicyEntry value. It defaults to 400. This limits the amount of messages that need to be in memory for the browser snapshot. Increasing this should allow more messages to be browsed.

> QueueBrowser doesn't browse the entire queue
> --------------------------------------------
>
>                 Key: AMQ-2172
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2172
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 5.2.0
>         Environment: ActiveMQ in standalone config.
> $ java -versionjava version "1.6.0_12"
> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
> Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)
> $ uname -a
> Linux 2.6.18-92.1.18.el5PAE #1 SMP Wed Nov 12 10:02:30 EST 2008 i686 i686 i386 GNU/Linux
> Show ยป
> $ java -versionjava version "1.6.0_12" Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode) $ uname -a Linux 2.6.18-92.1.18.el5PAE #1 SMP Wed Nov 12 10:02:30 EST 2008 i686 i686 i386 GNU/Linux
>            Reporter: Robert Gibson
>         Attachments: AMQ2172.java
>
>
> Browsing a queue only seems to "snapshot" the first few messages in the queue when there are lots of messages in the buffer.  See attached test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.