GitHub user onlyMIT opened a pull request:
https://github.com/apache/activemq-artemis/pull/2493
ARTEMIS-2223 when a new consumer is created, no subscription is called.
In the 'MQTTTest.testCleanSession()' test method, when a new consumer is
created, no subscription is called.Consumers need to subscribe before they
consume the news.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/onlyMIT/activemq-artemis ARTEMIS-2223
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2493.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 #2493
----
commit 2a6d230c4c8cd739090c5da58754a005d62e1a40
Author: onlyMIT <liangshipin_g@...>
Date: 2019-01-08T09:39:37Z
ARTEMIS-2223 when a new consumer is created, no subscription is called.
In the 'MQTTTest.testCleanSession()' test method, when a new consumer is
created, no subscription is called.Consumers need to subscribe before they
consume the news.
----
---