Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1537#discussion_r139227180
--- Diff:
tests/integration-tests/src/test/resources/reload-address-queues-updated.xml ---
@@ -111,7 +111,12 @@ under the License.
<config-delete-addresses>FORCE</config-delete-addresses>
</address-setting>
</address-settings>
-
+
+ <wildcard-addresses>
+ <enabled>true</enabled>
--- End diff --
FWIW, the matching logic will use the configured <delimiter>, <any-words>,
and <single-word> regardless of how <enabled> is set. However, the routing
logic won't. Not sure if we want to make those semantics match (no pun
intended).
---