Github user mtaylor commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1775#discussion_r162352945
--- Diff:
artemis-server/src/main/resources/schema/artemis-configuration.xsd ---
@@ -2790,6 +2790,14 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="auto-create-queues-durable"
type="xsd:boolean" default="true" maxOccurs="1" minOccurs="0">
--- End diff --
This is so that any override can be switched to OFF. ---
