[
https://issues.apache.org/activemq/browse/AMQ-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56316#action_56316
]
Gary Tully commented on AMQ-1668:
---------------------------------
trunk is correct, the limit is maxBrowsePageSize (default 200) which can be set
on a destination policy. The limit is necessary to ensure that a browse of a
deep destination does not use all available memory as all browsed messages are
loaded into memory. Increase this limit to 1000 and you should see all messages
on trunk.
> QueueBrowser class dont work in AMQ5.x
> --------------------------------------
>
> Key: AMQ-1668
> URL: https://issues.apache.org/activemq/browse/AMQ-1668
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.0.0
> Environment: AMQ 5.0 and 5.1
> Reporter: vik dhawan
> Fix For: 5.4.0
>
> Attachments: JmsQueueBrowserMessagesTest.java
>
>
> QueueBrowser dont work in AMQ 5.0 and 5.1 it works fine on 4.x.x versions but
> having problems in 5.x versions.
> To reproduce this problem create a loop where u browse the queue for
> available messages.
> Thanks!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.