[hornetq-commits] JBoss hornetq SVN: r9103 - in trunk/src/config/jboss-as: non-clustered and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 12 13:19:25 EDT 2010


Author: timfox
Date: 2010-04-12 13:19:25 -0400 (Mon, 12 Apr 2010)
New Revision: 9103

Modified:
   trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
   trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
Log:
https://jira.jboss.org/jira/browse/HORNETQ-268

Modified: trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-12 15:56:08 UTC (rev 9102)
+++ trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-12 17:19:25 UTC (rev 9103)
@@ -32,6 +32,7 @@
 
       <connector name="in-vm">
          <factory-class>org.hornetq.core.remoting.impl.invm.InVMConnectorFactory</factory-class>
+         <param key="server-id" value="${hornetq.server-id:0}"/>
       </connector>
 
    </connectors>

Modified: trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-12 15:56:08 UTC (rev 9102)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-12 17:19:25 UTC (rev 9103)
@@ -30,6 +30,7 @@
 
       <connector name="in-vm">
          <factory-class>org.hornetq.core.remoting.impl.invm.InVMConnectorFactory</factory-class>
+         <param key="server-id" value="${hornetq.server-id:0}"/> 
       </connector>
 
    </connectors>



More information about the hornetq-commits mailing list