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 2013/10/22 16:41:43 UTC

[jira] [Resolved] (AMQ-4181) JMS queue browser returns only page size number of messages

     [ https://issues.apache.org/jira/browse/AMQ-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-4181.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.8.0)

maxBrowsePageSize > 0 will now limit a browser dispatch.
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=85bc9ce9

If there is no applicable policy entry the max == 0 and in that case the memory limit will apply.
the default maxBrowsePageSize from a matching policy entry is 2*maxPageSize so 400

> JMS queue browser returns only page size number of messages
> -----------------------------------------------------------
>
>                 Key: AMQ-4181
>                 URL: https://issues.apache.org/jira/browse/AMQ-4181
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.7.0
>            Reporter: Dejan Bosanac
>            Assignee: Gary Tully
>             Fix For: 5.10.0
>
>
> When the number of messages in the queue is larger than set page size, the jms queue browser will get one page size of messages (200 by default).
> Ideally we'd want to send all the messages or at least until we reach the memory limit set for the queue/broker.



--
This message was sent by Atlassian JIRA
(v6.1#6144)