[jboss-cvs] JBossAS SVN: r110484 - branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/cluster-with-dedicated-backup/hornetq.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 28 04:13:32 EST 2011


Author: ataylor
Date: 2011-01-28 04:13:32 -0500 (Fri, 28 Jan 2011)
New Revision: 110484

Modified:
   branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/cluster-with-dedicated-backup/hornetq/hornetq-configuration.xml
Log:
added max hops to cluster connection to show how to disable server side load balancing, part 2

Modified: branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/cluster-with-dedicated-backup/hornetq/hornetq-configuration.xml
===================================================================
--- branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/cluster-with-dedicated-backup/hornetq/hornetq-configuration.xml	2011-01-28 09:13:03 UTC (rev 110483)
+++ branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/cluster-with-dedicated-backup/hornetq/hornetq-configuration.xml	2011-01-28 09:13:32 UTC (rev 110484)
@@ -86,6 +86,9 @@
          <address>jms</address>	 
          <connector-ref>netty</connector-ref>
 	      <discovery-group-ref discovery-group-name="dg-group1"/>
+        <!--max hops defines how messages are redistributed, the default is 1 meaning only distribute to directly
+        connected nodes, to disable set to 0-->
+        <!--<max-hops>0</max-hops>-->
       </cluster-connection>
    </cluster-connections>
    



More information about the jboss-cvs-commits mailing list