[hornetq-commits] JBoss hornetq SVN: r9344 - trunk/src/config/common/schema.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 17 05:21:32 EDT 2010


Author: ataylor
Date: 2010-06-17 05:21:31 -0400 (Thu, 17 Jun 2010)
New Revision: 9344

Modified:
   trunk/src/config/common/schema/hornetq-jms.xsd
Log:
HORNETQ-400 - In Message Grouping, I cannot set autogroup by hornetq-jms.xml 


Modified: trunk/src/config/common/schema/hornetq-jms.xsd
===================================================================
--- trunk/src/config/common/schema/hornetq-jms.xsd	2010-06-17 08:14:13 UTC (rev 9343)
+++ trunk/src/config/common/schema/hornetq-jms.xsd	2010-06-17 09:21:31 UTC (rev 9344)
@@ -94,7 +94,7 @@
             <xsd:element name="block-on-durable-send" type="xsd:boolean"
                 maxOccurs="1" minOccurs="0">
             </xsd:element>
-            <xsd:element name="auto-group-id" type="xsd:boolean"
+            <xsd:element name="auto-group" type="xsd:boolean"
                 maxOccurs="1" minOccurs="0">
             </xsd:element>
             <xsd:element name="pre-acknowledge" type="xsd:boolean"



More information about the hornetq-commits mailing list