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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 16 08:01:16 EDT 2009


Author: jmesnil
Date: 2009-10-16 08:01:15 -0400 (Fri, 16 Oct 2009)
New Revision: 8120

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

* removed warning about 0.0.0.0 being invalid for an acceptor address

Modified: trunk/docs/user-manual/en/configuring-transports.xml
===================================================================
--- trunk/docs/user-manual/en/configuring-transports.xml	2009-10-16 10:24:31 UTC (rev 8119)
+++ trunk/docs/user-manual/en/configuring-transports.xml	2009-10-16 12:01:15 UTC (rev 8120)
@@ -204,7 +204,9 @@
                         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>. When configuring acceptors, multiple hosts
-                        or IP addresses can be specified by separating them with commas. It's not
+                        or IP addresses can be specified by separating them with commas. It is also
+                        possible to specify <code>0.0.0.0</code> to accept connection from all
+                        the host network interfaces. It's not
                         valid to specify multiple addresses when specifying the host for a
                         connector; a connector makes a connection to one specific address.</para>
                     <note>
@@ -214,11 +216,6 @@
                             incoming connections. The default is localhost which of course is not
                             accessible from remote nodes!</para>
                     </note>
-                    <note>
-                        <para>Although an address 0.0.0.0 is sometimes used by other systems to mean
-                            "bind to all available addresses", this is not a valid address for a
-                            Netty acceptor to bind to.</para>
-                    </note>
                 </listitem>
                 <listitem>
                     <para><literal>hornetq.remoting.netty.port</literal>. This specified the port to



More information about the hornetq-commits mailing list