You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by cshannon <gi...@git.apache.org> on 2018/01/18 13:39:14 UTC

[GitHub] activemq-artemis pull request #1788: ARTEMIS-1617 - Properly set autoCreated...

GitHub user cshannon opened a pull request:

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

    ARTEMIS-1617 - Properly set autoCreated flag on address

    Flag needs to be set when auto creating an address so that the address
    can be removed later if auto delete is configured when creating a
    subscription with MQTT

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1617

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1788.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 #1788
    
----
commit dbc21a0c0d245ee7eeab2f992d3150165add4d1b
Author: Christopher L. Shannon (cshannon) <ch...@...>
Date:   2018-01-18T13:36:07Z

    ARTEMIS-1617 - Properly set autoCreated flag on address
    
    Flag needs to be set when auto creating an address so that the address
    can be removed later if auto delete is configured when creating a
    subscription with MQTT

----


---

[GitHub] activemq-artemis pull request #1788: ARTEMIS-1617 - Properly set autoCreated...

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

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


---

[GitHub] activemq-artemis issue #1788: ARTEMIS-1617 - Properly set autoCreated flag o...

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

    https://github.com/apache/activemq-artemis/pull/1788
  
    Nice work, @cshannon.


---