[jboss-cvs] JBoss Messaging SVN: r6448 - in trunk/examples/jms/divert: server1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 09:19:41 EDT 2009


Author: jmesnil
Date: 2009-04-16 09:19:41 -0400 (Thu, 16 Apr 2009)
New Revision: 6448

Modified:
   trunk/examples/jms/divert/server0/jbm-jms.xml
   trunk/examples/jms/divert/server1/jbm-jms.xml
Log:
fixed config

Modified: trunk/examples/jms/divert/server0/jbm-jms.xml
===================================================================
--- trunk/examples/jms/divert/server0/jbm-jms.xml	2009-04-16 13:18:08 UTC (rev 6447)
+++ trunk/examples/jms/divert/server0/jbm-jms.xml	2009-04-16 13:19:41 UTC (rev 6448)
@@ -6,7 +6,9 @@
    
    <connection-factory name="ConnectionFactory">
       <connector-ref connector-name="netty-connector"/>
-      <entry name="ConnectionFactory"/>
+      <entries>
+         <entry name="ConnectionFactory"/>
+      </entries>
    </connection-factory>
 
    <!-- Destinations used by the example -->

Modified: trunk/examples/jms/divert/server1/jbm-jms.xml
===================================================================
--- trunk/examples/jms/divert/server1/jbm-jms.xml	2009-04-16 13:18:08 UTC (rev 6447)
+++ trunk/examples/jms/divert/server1/jbm-jms.xml	2009-04-16 13:19:41 UTC (rev 6448)
@@ -6,7 +6,9 @@
    
    <connection-factory name="ConnectionFactory">
       <connector-ref connector-name="netty-connector"/>
-      <entry name="ConnectionFactory"/>
+      <entries>
+         <entry name="ConnectionFactory"/>
+      </entries>
    </connection-factory>
 
    <!-- Destinations used by the example -->




More information about the jboss-cvs-commits mailing list