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 <[email protected]> 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
