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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 09:24:04 EDT 2009


Author: timfox
Date: 2009-04-16 09:24:04 -0400 (Thu, 16 Apr 2009)
New Revision: 6449

Modified:
   trunk/examples/jms/divert/server0/jbm-configuration.xml
Log:
added queue back in

Modified: trunk/examples/jms/divert/server0/jbm-configuration.xml
===================================================================
--- trunk/examples/jms/divert/server0/jbm-configuration.xml	2009-04-16 13:19:41 UTC (rev 6448)
+++ trunk/examples/jms/divert/server0/jbm-configuration.xml	2009-04-16 13:24:04 UTC (rev 6449)
@@ -32,6 +32,12 @@
       </acceptors>
       
       <!-- Divert configuration -->
+      
+      <!-- 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"/>
+      </queues>
 
 	   <diverts>
 	      <divert name="order-divert">                 




More information about the jboss-cvs-commits mailing list