Github user cshannon commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1853#discussion_r166346269 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageSubscriptionImpl.java --- @@ -1309,4 +1336,68 @@ public void remove() { public void close() { } } + + + private static class PagePositionSize { --- End diff -- I will fix this and extend PagePosition as if the position is incremented that is fine as the size will just go back to 0 unless set.
---