You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by onlyMIT <gi...@git.apache.org> on 2019/01/08 09:42:59 UTC

[GitHub] activemq-artemis pull request #2493: ARTEMIS-2223 when a new consumer is cre...

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 <li...@...>
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.

----


---

[GitHub] activemq-artemis issue #2493: ARTEMIS-2223 when a new consumer is created, n...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2493
  
    The test is correct. Creating a subscription before attempting to receive the message defeats the point of the test as the test is ensuring that the session is clean (i.e. no previous subscriptions exist) when reconnecting with the same client ID.


---

[GitHub] activemq-artemis issue #2493: ARTEMIS-2223 when a new consumer is created, n...

Posted by onlyMIT <gi...@git.apache.org>.
Github user onlyMIT commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2493
  
    The test is correct.can close the jira and pull request


---

[GitHub] activemq-artemis pull request #2493: ARTEMIS-2223 when a new consumer is cre...

Posted by onlyMIT <gi...@git.apache.org>.
Github user onlyMIT closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2493


---