This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 821f291  ARTEMIS-2292 Fix default on XSD for auto-delete-created-queues
     new 11d39e7  This closes #2605
821f291 is described below

commit 821f29112508d0b5e3fa9014f45f22e05ecb8b8d
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Wed Apr 3 11:38:55 2019 -0400

    ARTEMIS-2292 Fix default on XSD for auto-delete-created-queues
---
 artemis-server/src/main/resources/schema/artemis-configuration.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-server/src/main/resources/schema/artemis-configuration.xsd 
b/artemis-server/src/main/resources/schema/artemis-configuration.xsd
index e2523e6..b8e36dc 100644
--- a/artemis-server/src/main/resources/schema/artemis-configuration.xsd
+++ b/artemis-server/src/main/resources/schema/artemis-configuration.xsd
@@ -3160,7 +3160,7 @@
                </xsd:annotation>
             </xsd:element>
 
-            <xsd:element name="auto-delete-created-queues" type="xsd:boolean" 
default="true" maxOccurs="1" minOccurs="0">
+            <xsd:element name="auto-delete-created-queues" type="xsd:boolean" 
default="false" maxOccurs="1" minOccurs="0">
                <xsd:annotation>
                   <xsd:documentation>
                      whether or not to delete created queues when the queue 
has 0 consumers and 0 messages

Reply via email to