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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 30 12:51:11 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-03-30 12:51:10 -0400 (Tue, 30 Mar 2010)
New Revision: 9016

Modified:
   trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
   trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
Log:
Fixing config for AS4 & 5

Modified: trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-03-30 15:04:15 UTC (rev 9015)
+++ trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-03-30 16:51:10 UTC (rev 9016)
@@ -26,7 +26,7 @@
       <connector name="netty-throughput">
          <factory-class>org.hornetq.integration.transports.netty.NettyConnectorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.port:5455}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </connector>
 
@@ -46,7 +46,7 @@
       <acceptor name="netty-throughput">
          <factory-class>org.hornetq.integration.transports.netty.NettyAcceptorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.port:5445}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5445}"/>
          <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-03-30 15:04:15 UTC (rev 9015)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-03-30 16:51:10 UTC (rev 9016)
@@ -24,7 +24,7 @@
       <connector name="netty-throughput">
          <factory-class>org.hornetq.integration.transports.netty.NettyConnectorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.port:5455}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </connector>
 
@@ -37,14 +37,14 @@
    <acceptors>   
       <acceptor name="netty">
          <factory-class>org.hornetq.integration.transports.netty.NettyAcceptorFactory</factory-class>
-         <param key="host"  value="${hornetq.remoting.netty.host:localhost}"/>
+         <param key="host"  value="${jboss.bind.address:localhost}"/>
          <param key="port"  value="${hornetq.remoting.netty.port:5445}"/>
       </acceptor>
       
       <acceptor name="netty-throughput">
          <factory-class>org.hornetq.integration.transports.netty.NettyAcceptorFactory</factory-class>
          <param key="host"  value="${jboss.bind.address:localhost}"/>
-         <param key="port"  value="${hornetq.remoting.netty.port:5445}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5445}"/>
          <param key="batch-delay" value="50"/>
       </acceptor>
 



More information about the hornetq-commits mailing list