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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 4 09:37:05 EST 2010


Author: jmesnil
Date: 2010-01-04 09:37:05 -0500 (Mon, 04 Jan 2010)
New Revision: 8705

Modified:
   trunk/docs/user-manual/en/clusters.xml
Log:
HORNETQ-249: Defect: Round Robin Conn. Load Balancing implementation

* updated the documentation to make it clear that the load-balancing
  occurs at the session level from a single session factory.

Modified: trunk/docs/user-manual/en/clusters.xml
===================================================================
--- trunk/docs/user-manual/en/clusters.xml	2009-12-22 14:56:14 UTC (rev 8704)
+++ trunk/docs/user-manual/en/clusters.xml	2010-01-04 14:37:05 UTC (rev 8705)
@@ -420,9 +420,9 @@
     </section>
     <section id="clusters.client.loadbalancing">
         <title>Client-Side Load balancing</title>
-        <para>With HornetQ client-side connection load balancing, subsequent client
-            connections created using a single factory can be made to different nodes of the
-            cluster. This allows connections to spread smoothly across the nodes of a cluster and
+        <para>With HornetQ client-side load balancing, subsequent 
+            sessions created using a single session factory can be connected to different nodes of the
+            cluster. This allows sessions to spread smoothly across the nodes of a cluster and
             not be "clumped" on any particular node.</para>
         <para>The load balancing policy to be used by the client factory is configurable. HornetQ
             provides two out-of-the-box load balancing policies and you can also implement



More information about the hornetq-commits mailing list