GitHub user wy96f opened a pull request:
https://github.com/apache/activemq-artemis/pull/2369
ARTEMIS-2123 Paging not stopped if there are no consumers on one
subscription
Reproduction steps:
1. create a topic t and two subscriptions ta, tb
2. send messages to both ta and tb
3. create ta consumers and receive all messages from ta
4. close consumers
5. only send message to tb
6. create tb consumers and receive all message from tb
7. topic not stopped paging
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wy96f/activemq-artemis
not_stop_paging_without_consumers_on_subscription
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2369.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 #2369
----
commit 6aa65c969073c2908520156ce5113a7c63a71151
Author: yang wei <wy96fyw@...>
Date: 2018-10-12T12:32:02Z
ARTEMIS-2123 Paging not stopped if there are no consumers on one
subscription
----
---