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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 4 12:12:45 EST 2009


Author: timfox
Date: 2009-12-04 12:12:44 -0500 (Fri, 04 Dec 2009)
New Revision: 8561

Modified:
   trunk/docs/user-manual/en/core-bridges.xml
Log:
more docs changes

Modified: trunk/docs/user-manual/en/core-bridges.xml
===================================================================
--- trunk/docs/user-manual/en/core-bridges.xml	2009-12-04 16:53:46 UTC (rev 8560)
+++ trunk/docs/user-manual/en/core-bridges.xml	2009-12-04 17:12:44 UTC (rev 8561)
@@ -59,6 +59,7 @@
     <reconnect-attempts>-1</reconnect-attempts>
     <failover-on-server-shutdown>false</failover-on-server-shutdown>
     <use-duplicate-detection>true</use-duplicate-detection>
+    <confirmation-window-size>10000000</confirmation-window-size>
     <connector-ref connector-name="remote-connector" 
         backup-connector-name="backup-remote-connector"/>          
 </bridge>                        
@@ -167,6 +168,17 @@
                 <para>The default value for this parameter is <literal>true</literal>.</para>
             </listitem>
             <listitem>
+                <para><literal>confirmation-window-size</literal>. This optional parameter determines
+                the <literal>confirmation-window-size</literal> to use for the connection used to forward messages to the target node.
+                This attribute is described in section <xref linkend="client-reconnection"/></para>
+                <para>
+                <warning>When using the bridge to forward messages from a queue which has a max-size-bytes set it's important
+                that confirmation-window-size is less than or equal to <literal>max-size-bytes</literal> to prevent the flow of messages from ceasing.
+                </warning>
+                </para>
+                
+            </listitem>
+            <listitem>
                 <para><literal>connector-ref</literal>. This mandatory parameter determines which
                         <emphasis>connector</emphasis> pair the bridge will use to actually make the
                     connection to the target server.</para>



More information about the hornetq-commits mailing list