[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1217) QueueBrowser only enumerates messages in memory - not paged ones

Peter Schuebl (JIRA) jira-events at lists.jboss.org
Wed Jan 9 11:02:44 EST 2008


QueueBrowser only enumerates messages in memory - not paged ones
----------------------------------------------------------------

                 Key: JBMESSAGING-1217
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1217
             Project: JBoss Messaging
          Issue Type: Feature Request
    Affects Versions: 1.4.0.SP3
         Environment: JBoss Messaging 1.4.0.SP3 (using MySQL for persistence)
JBoss AS 4.2.1.GA
Java 1.6.0_03-b05
Windows XP 
            Reporter: Peter Schuebl
         Assigned To: Tim Fox


The QueueBrowser only enumerates the messages in memory, it won't list the messages which are paged. 

For testing I setup a queue with the following settings:

- FullSize: 20
- PageSize: 10
- DownCacheSize: 5

No consumer is set up for this queue.

If I send now 42 messages to this queue browsing the queue (or using the listAllMessages MBean function) only lists 20 of this messages.

The MessageCount attribute of the queue correctly displays 42.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list