Thanks Gary Seems I had to not only set maxBrowsePageSize but also bump up the memoryLimit from its default 1mb. In JConsole, I did not see "maxBrowsePageSize", but rather "maxPageSize" which was defaulted to 200.
On Tue, Oct 25, 2011 at 10:43 AM, Gary Tully [via ActiveMQ] < [email protected]> wrote: > There is a destination policy entry that limits the size of a queue > browse. It is the maxBrowsePageSize policyentry attribute. > But it defaults to 400 so you should be in the clear. I wonder if this > is a limitation of the ui. Can you validate with jconsole ? > > On 22 October 2011 01:07, Peter Kleczka <[hidden > email]<http://user/SendEmail.jtp?type=node&node=3937374&i=0>> > wrote: > > > Hi > > > > I am trying to browse a tap queue that has over 400 messages on it > > (according to the "Number of messages pending" column in ActiveMQ Web > > Browser). I cannot seem to get more than 140. I have tried setting the > > prefetchSize by setting: > > > > Queue queue = new ActiveMQQueue( "Request.Tap?consumer.prefetchSize=5000" > ); > > > > Thanks in advance > > > > > > -- > http://fusesource.com > http://blog.garytully.com > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://activemq.2283324.n4.nabble.com/Browsing-queue-for-all-messages-tp3927133p3937374.html > To unsubscribe from Browsing queue for all messages, click > here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3927133&code=cGtsZWN6a2FAZ21haWwuY29tfDM5MjcxMzN8OTY3NjE0OTg2>. > > -- View this message in context: http://activemq.2283324.n4.nabble.com/Browsing-queue-for-all-messages-tp3927133p3937949.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
