[hornetq-commits] JBoss hornetq SVN: r7965 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 17 04:54:21 EDT 2009


Author: jmesnil
Date: 2009-09-17 04:54:21 -0400 (Thu, 17 Sep 2009)
New Revision: 7965

Modified:
   trunk/docs/user-manual/en/configuring-transports.xml
Log:
transport configuration documentation

* clarify that acceptors can be configured with a comma-separated
  list of hosts or IP addresses


Modified: trunk/docs/user-manual/en/configuring-transports.xml
===================================================================
--- trunk/docs/user-manual/en/configuring-transports.xml	2009-09-17 03:08:24 UTC (rev 7964)
+++ trunk/docs/user-manual/en/configuring-transports.xml	2009-09-17 08:54:21 UTC (rev 7965)
@@ -201,9 +201,11 @@
                 </listitem>
                 <listitem>
                     <para><literal>hornetq.remoting.netty.host</literal>. This specified the host
-                        name or ip address to connect to (when configuring a connector) or to listen
+                        name or IP address to connect to (when configuring a connector) or to listen
                         on (when configuring an acceptor). The default value for this property is
-                            <literal>localhost</literal>. Note that if you want your servers
+                        <literal>localhost</literal>. When configuring acceptors, multiple hosts
+                        or IP addresses can be specified by separating them with commas.
+                        Note that if you want your servers
                         accessible from other nodes, don't bind to localhost!</para>
                 </listitem>
                 <listitem>



More information about the hornetq-commits mailing list