mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
https://issues.apache.org/jira/browse/ACTIVEMQ6-54 This is fixing a few issues around paging: - Browsing it not looking towards Paging. I'm using the queue.totalIterator which is a read-only iterator that goes towards the pages messages. - Depage is not kicking correctly in some scenarios. I have improved the logic on scheduling depage for that.