[jboss-cvs] JBoss Messaging SVN: r7808 - in branches/Branch_1_4: integration/AS5/etc/xmdesc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 07:35:58 EDT 2009


Author: gaohoward
Date: 2009-09-15 07:35:58 -0400 (Tue, 15 Sep 2009)
New Revision: 7808

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
   branches/Branch_1_4/integration/AS5/etc/xmdesc/ServerPeer-xmbean.xml
Log:
JBMESSAGING-1732

Update document
Update mbean for AS5 also



Modified: branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2009-09-15 08:26:54 UTC (rev 7807)
+++ branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2009-09-15 11:35:58 UTC (rev 7808)
@@ -315,6 +315,20 @@
           </warning></para>
       </section>
 
+      <section id="conf.serverpeer.attributes.suckerconnectionretryTimes">
+        <title>SuckerConnectionRetryTimes</title>
+
+        <para>Maximum times for a sucker's connection to retry in case of failure. 
+              Default is -1 (retry forever)</para>
+      </section>
+
+      <section id="conf.serverpeer.attributes.suckerconnectionretryinterval">
+        <title>SuckerConnectionRetryInterval</title>
+
+        <para>The interval in milliseconds between each retry of the failed sucker's 
+         connection. Default is 5000.</para>
+      </section>
+
       <section id="conf.serverpeer.attributes.stricttck">
         <title>StrictTCK</title>
 

Modified: branches/Branch_1_4/integration/AS5/etc/xmdesc/ServerPeer-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/xmdesc/ServerPeer-xmbean.xml	2009-09-15 08:26:54 UTC (rev 7807)
+++ branches/Branch_1_4/integration/AS5/etc/xmdesc/ServerPeer-xmbean.xml	2009-09-15 11:35:58 UTC (rev 7808)
@@ -228,8 +228,19 @@
       <name>SuckerPassword</name>
       <type>java.lang.String</type>
    </attribute>   
+   
+   <attribute access="read-write" getMethod="getSuckerConnectionRetryTimes" setMethod="setSuckerConnectionRetryTimes">
+      <description>Max times for a sucker's connection to retry in case of failure. Default is -1 (retry forever)</description>
+      <name>SuckerConnectionRetryTimes</name>
+      <type>int</type>
+   </attribute>   
+   
+   <attribute access="read-write" getMethod="getSuckerConnectionRetryInterval" setMethod="setSuckerConnectionRetryInterval">
+      <description>The interval in milliseconds between each retry of the failed sucker's connection</description>
+      <name>SuckerConnectionRetryInterval</name>
+      <type>int</type>
+   </attribute>
 
-
    <!-- Managed operations -->
 
    <operation>




More information about the jboss-cvs-commits mailing list