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