Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1775#discussion_r162269523
--- 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 --
please make this an enum, currently this is just true or false, and
overrides the durablitly no matter what in code. (default behaviour should be
existing behaviour)
---