[jboss-cvs] JBoss Messaging SVN: r6455 - trunk/examples/jms/divert/server0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 10:43:33 EDT 2009


Author: jmesnil
Date: 2009-04-16 10:43:33 -0400 (Thu, 16 Apr 2009)
New Revision: 6455

Modified:
   trunk/examples/jms/divert/server0/jbm-configuration.xml
Log:
JBMESSAGING-1596: make XML Schemas simpler to read by unordering elements

* updated queue XSD definition so that it is consistent with other elements (characteristics defined with elements inside of attributes)

Modified: trunk/examples/jms/divert/server0/jbm-configuration.xml
===================================================================
--- trunk/examples/jms/divert/server0/jbm-configuration.xml	2009-04-16 14:42:11 UTC (rev 6454)
+++ trunk/examples/jms/divert/server0/jbm-configuration.xml	2009-04-16 14:43:33 UTC (rev 6455)
@@ -36,7 +36,9 @@
       <!-- We need to create a core queue for the JMS queue explicitly because the bridge will be deployed
       before the JMS queue is deployed, so the first time, it otherwise won't find the queue --> 
       <queues>     
-      	<queue name="jms.queue.priceForwarding" address="jms.queue.sausage-factory"/>
+      	<queue name="jms.queue.priceForwarding">
+      	    <address>jms.queue.sausage-factory</address>
+      	</queue>
       </queues>
 
 	   <diverts>




More information about the jboss-cvs-commits mailing list