GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-6/pull/35
Fixing issues with paging (browsing & depaging)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-6 paging-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-6/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit aec50cf250ce22071853afa6d084e7a354d5da9b
Author: Clebert Suconic <[email protected]>
Date: 2014-12-04T17:18:34Z
small fix on pom (version 6.0 instead of 2.5)
commit 933d90a4f383c9dd0e66f0a3712bcb2f7561765c
Author: Clebert Suconic <[email protected]>
Date: 2014-12-05T17:25:07Z
ACTIVEMQ6-54 Depaging is not kicking in on some scenarios, and Browsing is
not looking towards paging
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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---