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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 4 10:46:14 EST 2009


Author: timfox
Date: 2009-12-04 10:46:13 -0500 (Fri, 04 Dec 2009)
New Revision: 8555

Modified:
   trunk/docs/user-manual/en/client-reconnection.xml
   trunk/docs/user-manual/en/configuration-index.xml
Log:
docs changes

Modified: trunk/docs/user-manual/en/client-reconnection.xml
===================================================================
--- trunk/docs/user-manual/en/client-reconnection.xml	2009-12-04 15:40:54 UTC (rev 8554)
+++ trunk/docs/user-manual/en/client-reconnection.xml	2009-12-04 15:46:13 UTC (rev 8555)
@@ -104,5 +104,13 @@
         server, for instance if the server has been restarted or it has timed out, then the client
         won't be able to re-attach, and any <literal>ExceptionListener</literal> or <literal
             >FailureListener</literal> instances registered on the connection or session will be
-        called.</para>
+            called.</para>
+    <section id="client-reconnection.exceptionlistener">
+        <title>ExceptionListeners and SessionFailureListeners</title>
+    
+    
+    <para>Please note, that when a client reconnects or re-attaches, any registered JMS <literal
+            >ExceptionListener</literal> or core API <literal>SessionFailureListener</literal> will
+            be called.</para>
+    </section>
 </chapter>

Modified: trunk/docs/user-manual/en/configuration-index.xml
===================================================================
--- trunk/docs/user-manual/en/configuration-index.xml	2009-12-04 15:40:54 UTC (rev 8554)
+++ trunk/docs/user-manual/en/configuration-index.xml	2009-12-04 15:46:13 UTC (rev 8555)
@@ -1013,6 +1013,13 @@
                             <entry>1d</entry>
                         </row>
                         <row>
+                            <entry><link linkend="client-reconnection"
+                                >connection-factory.max-retry-interval</link></entry>
+                            <entry>Integer</entry>
+                            <entry>The maximum retry interval in the case a retry-interval-multiplier has been specified</entry>
+                            <entry>2000</entry>
+                        </row>
+                        <row>
                             <entry><link linkend="thread-pooling.client.side"
                                     >connection-factory.scheduled-thread-pool-max-size</link></entry>
                             <entry>Integer</entry>



More information about the hornetq-commits mailing list