Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1537#discussion_r139240023
--- 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 --
What do you do if false? Don't match? As that's what filtering does, it
disables the ability to filter, it doesn't set the values to a default.
---