Github user cshannon commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1853#discussion_r166271726 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PageSubscription.java --- @@ -161,4 +165,9 @@ * @throws Exception */ void onDeletePage(Page deletedPage) throws Exception; + + AtomicLong getDeliveredCount(); --- End diff -- Good point, I will make that change.
---