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) <christopher.l.shannon@...> 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 ---- ---