[hornetq-commits] JBoss hornetq SVN: r9161 - 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 26 05:16:13 EDT 2010


Author: timfox
Date: 2010-04-26 05:16:13 -0400 (Mon, 26 Apr 2010)
New Revision: 9161

Modified:
   trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
   trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
Log:
fixed broken AS config

Modified: trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-24 09:23:40 UTC (rev 9160)
+++ trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-26 09:16:13 UTC (rev 9161)
@@ -47,7 +47,7 @@
       <acceptor name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.batch.port:5445}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </acceptor>
 

Modified: trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-24 09:23:40 UTC (rev 9160)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-26 09:16:13 UTC (rev 9161)
@@ -45,7 +45,7 @@
       <acceptor name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.batch.port:5445}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </acceptor>
 



More information about the hornetq-commits mailing list