[hornetq-commits] JBoss hornetq SVN: r11840 - branches/Branch_2_2_AS7/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 5 16:16:58 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-12-05 16:16:57 -0500 (Mon, 05 Dec 2011)
New Revision: 11840

Modified:
   branches/Branch_2_2_AS7/docs/user-manual/en/clusters.xml
Log:
Adding doc

Modified: branches/Branch_2_2_AS7/docs/user-manual/en/clusters.xml
===================================================================
--- branches/Branch_2_2_AS7/docs/user-manual/en/clusters.xml	2011-12-05 20:59:22 UTC (rev 11839)
+++ branches/Branch_2_2_AS7/docs/user-manual/en/clusters.xml	2011-12-05 21:16:57 UTC (rev 11840)
@@ -511,6 +511,16 @@
                         >false</literal>.</para>
                 </listitem>
                 <listitem>
+                    <para><literal>min-large-message-size</literal>. This parameters determines when a 
+                               message should be splitted with multiple packages when sent over the cluster.</para>
+                    <para>This parameter is optional and its default is at 100K.</para>
+                </listitem>
+                <listitem>
+                    <para><literal>reconnect-attempts"</literal>.The number of times the system will 
+                        try to connect a node on the cluster. If the max-retry is achieved this node will be considered permanently down and the system will stop routing messages to this node.</para>
+                    <para>This parameter is optional and its default is at -1 (infinite retries).</para>
+                </listitem>
+                <listitem>
                     <para><literal>max-hops</literal>. When a cluster connection decides the set of
                         nodes to which it might load balance a message, those nodes do not have to
                         be directly connected to it via a cluster connection. HornetQ can be



More information about the hornetq-commits mailing list