[hornetq-commits] JBoss hornetq SVN: r10129 - trunk/docs/eap-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 21 13:37:12 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-01-21 13:37:12 -0500 (Fri, 21 Jan 2011)
New Revision: 10129

Modified:
   trunk/docs/eap-manual/en/clusters.xml
Log:
Change on doc

Modified: trunk/docs/eap-manual/en/clusters.xml
===================================================================
--- trunk/docs/eap-manual/en/clusters.xml	2011-01-21 04:57:36 UTC (rev 10128)
+++ trunk/docs/eap-manual/en/clusters.xml	2011-01-21 18:37:12 UTC (rev 10129)
@@ -290,8 +290,6 @@
 
                   <jmx-domain>org.hornetq.backup1</jmx-domain>
 
-                  <file-deployment-enabled>true</file-deployment-enabled>
-
                   <clustered>true</clustered>
 
                   <backup>true</backup>
@@ -316,7 +314,7 @@
                   <connector name="netty-connector">
                   <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
                   <param key="host" value="${jboss.bind.address:localhost}"/>
-                  <param key="port" value="${hornetq.remoting.netty.port:5446}"/>
+                  <param key="port" value="${hornetq.remoting.backup.netty.port:5446}"/>
                   </connector>
 
                   <connector name="in-vm">
@@ -330,7 +328,7 @@
                   <acceptor name="netty">
                   <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:5446}"/>
+                  <param key="port" value="${hornetq.remoting.backup.netty.port:5446}"/>
                   </acceptor>
                   </acceptors>
 
@@ -384,11 +382,6 @@
 
                </programlisting>
                <para>
-                  The first thing you can see is we have added a
-                  <literal>file-deployment-enabled</literal> and set it to true. This is because we want to bypass the
-                  AS deployers and use the hornetq ones instead.
-               </para>
-               <para>
                   The second thing you can see is we have added a
                   <literal>jmx-domain</literal>
                   attribute, this is used when



More information about the hornetq-commits mailing list