[hornetq-commits] JBoss hornetq SVN: r9126 - in trunk/src/config: jboss-as/non-clustered and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 15 10:13:37 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-04-15 10:13:35 -0400 (Thu, 15 Apr 2010)
New Revision: 9126

Modified:
   trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
   trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
   trunk/src/config/stand-alone/clustered/hornetq-configuration.xml
   trunk/src/config/stand-alone/non-clustered/hornetq-configuration.xml
Log:
config changes

Modified: trunk/src/config/jboss-as/clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-15 14:04:52 UTC (rev 9125)
+++ trunk/src/config/jboss-as/clustered/hornetq-configuration.xml	2010-04-15 14:13:35 UTC (rev 9126)
@@ -19,13 +19,13 @@
    <connectors>
       <connector name="netty">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</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}"/>
       </connector>
       
       <connector name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</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.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </connector>
@@ -40,7 +40,7 @@
    <acceptors>
       <acceptor name="netty">
          <factory-class>org.hornetq.core.remoting.impl.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>
       

Modified: trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-15 14:04:52 UTC (rev 9125)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-configuration.xml	2010-04-15 14:13:35 UTC (rev 9126)
@@ -17,13 +17,13 @@
    <connectors>
       <connector name="netty">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</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}"/>
       </connector>
       
       <connector name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</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.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </connector>

Modified: trunk/src/config/stand-alone/clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/stand-alone/clustered/hornetq-configuration.xml	2010-04-15 14:04:52 UTC (rev 9125)
+++ trunk/src/config/stand-alone/clustered/hornetq-configuration.xml	2010-04-15 14:13:35 UTC (rev 9126)
@@ -24,7 +24,7 @@
       <connector name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
          <param key="host"  value="${hornetq.remoting.netty.host: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>
    </connectors>
@@ -38,8 +38,8 @@
       
       <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.port:5455}"/>
+         <param key="host"  value="${hornetq.remoting.netty.host:localhost}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </acceptor>
    </acceptors>

Modified: trunk/src/config/stand-alone/non-clustered/hornetq-configuration.xml
===================================================================
--- trunk/src/config/stand-alone/non-clustered/hornetq-configuration.xml	2010-04-15 14:04:52 UTC (rev 9125)
+++ trunk/src/config/stand-alone/non-clustered/hornetq-configuration.xml	2010-04-15 14:13:35 UTC (rev 9126)
@@ -22,7 +22,7 @@
       <connector name="netty-throughput">
          <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
          <param key="host"  value="${hornetq.remoting.netty.host: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>
    </connectors>
@@ -36,8 +36,8 @@
       
       <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.port:5455}"/>
+         <param key="host"  value="${hornetq.remoting.netty.host:localhost}"/>
+         <param key="port"  value="${hornetq.remoting.netty.batch.port:5455}"/>
          <param key="batch-delay" value="50"/>
       </acceptor>
    </acceptors>



More information about the hornetq-commits mailing list