[jboss-cvs] JBoss Messaging SVN: r8276 - branches/Branch_1_4/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 23 10:10:06 EDT 2011


Author: gaohoward
Date: 2011-04-23 10:10:05 -0400 (Sat, 23 Apr 2011)
New Revision: 8276

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
Log:
JBMESSAGING-1853



Modified: branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2011-04-23 02:48:46 UTC (rev 8275)
+++ branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2011-04-23 14:10:05 UTC (rev 8276)
@@ -389,11 +389,22 @@
       <section id="conf.serverpeer.attributes.supportstxage">
         <title>SupportsTxAge</title>
 
-        <para>Control whether or not to store transaction creation time. If it is set to
+        <para>Controls whether or not to store transaction creation time. If it is set to
 	true, transaction creation time will be stored in the transaction record. If it is set
 	to false, transaction creation time won't be recorded. Default is false.</para>
       </section>
 
+      <section id="conf.serverpeer.attributes.crashserverondbfailure">
+        <title>CrashServerOnDBFailure</title>
+
+        <para>Controls Whether or not to crash the server if DB failed to work. If this
+        parameter is set to true, the server will crash itself at the moment when it encounters
+        a DB failure (like a DB connection failure or a failure in a SQL operation). This is useful
+        when the server is set to limited retry times on a DB failure in a clustered environment.
+        If Database failure hasn't been restored after maxRetry times has reached, the server
+        shuts down itself immediately to allow it to be failed over to another node. Default is false.</para>
+      </section>
+
       <section id="conf.serverpeer.operations">
         <title>We now discuss the MBean operations of the ServerPeer
         MBean.</title>



More information about the jboss-cvs-commits mailing list