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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 28 13:24:07 EDT 2009


Author: timfox
Date: 2009-09-28 13:24:07 -0400 (Mon, 28 Sep 2009)
New Revision: 8002

Modified:
   trunk/docs/user-manual/en/configuring-transports.xml
Log:
added note about binding acceptors to hosts

Modified: trunk/docs/user-manual/en/configuring-transports.xml
===================================================================
--- trunk/docs/user-manual/en/configuring-transports.xml	2009-09-28 16:24:46 UTC (rev 8001)
+++ trunk/docs/user-manual/en/configuring-transports.xml	2009-09-28 17:24:07 UTC (rev 8002)
@@ -203,10 +203,15 @@
                     <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
                         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.
-                        Note that if you want your servers
-                        accessible from other nodes, don't bind to localhost!</para>
+                            <literal>localhost</literal>. When configuring acceptors, multiple hosts
+                        or IP addresses can be specified by separating them with commas.</para>
+                    <note>
+                        <para>Don't forget to specify a host name or ip address! If you want your
+                            server able to accept connections from other nodes you must specify a
+                            hostname or ip address at which the acceptor will bind and listen for
+                            incoming connections. The default is localhost which of course is not
+                            accessible from remote nodes!</para>
+                    </note>
                 </listitem>
                 <listitem>
                     <para><literal>hornetq.remoting.netty.port</literal>. This specified the port to



More information about the hornetq-commits mailing list