Github user stanlyDoge commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1775#discussion_r162343251
--- 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, would you be so patient and explain me, how to do this? I have
implemented enum (in latest commit), but I don't think so it is what you
intended.
---