[jboss-cvs] JBoss Messaging SVN: r6889 - trunk/docs/user-manual/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 19 10:37:48 EDT 2009


Author: ataylor
Date: 2009-05-19 10:37:48 -0400 (Tue, 19 May 2009)
New Revision: 6889

Modified:
   trunk/docs/user-manual/en/modules/configuration-index.xml
   trunk/docs/user-manual/en/modules/ha.xml
   trunk/docs/user-manual/en/modules/thread-pooling.xml
Log:
added links to reference

Modified: trunk/docs/user-manual/en/modules/configuration-index.xml
===================================================================
--- trunk/docs/user-manual/en/modules/configuration-index.xml	2009-05-19 14:31:16 UTC (rev 6888)
+++ trunk/docs/user-manual/en/modules/configuration-index.xml	2009-05-19 14:37:48 UTC (rev 6889)
@@ -581,25 +581,29 @@
                             <entry>org.jboss.messaging.core.client.impl.RoundRobinConnectionLoadBalancingPolicy</entry>
                         </row>
                         <row>
-                            <entry>initialWaitTimeout</entry>
+                            <entry><link linkend="clusters-discovery.groups.clientside"
+                                    >initialWaitTimeout</link></entry>
                             <entry>long</entry>
                             <entry/>
                             <entry>2000</entry>
                         </row>
                         <row>
-                            <entry>useGlobalPools</entry>
+                            <entry><link linkend="thread-pooling.client.side"
+                                >useGlobalPools</link></entry>
                             <entry>boolean</entry>
                             <entry/>
                             <entry>true</entry>
                         </row>
                         <row>
-                            <entry>scheduledThreadPoolMaxSize</entry>
+                            <entry><link linkend="thread-pooling.client.side"
+                                    >scheduledThreadPoolMaxSize</link></entry>
                             <entry>int</entry>
                             <entry/>
                             <entry>2</entry>
                         </row>
                         <row>
-                            <entry>threadPoolMaxSize</entry>
+                            <entry><link linkend="thread-pooling.client.side"
+                                    >threadPoolMaxSize</link></entry>
                             <entry>int</entry>
                             <entry/>
                             <entry>-1</entry>
@@ -623,7 +627,8 @@
                             <entry>0</entry>
                         </row>
                         <row>
-                            <entry>failoverOnServerShutdown</entry>
+                            <entry><link linkend="ha.client.automatic"
+                                    >failoverOnServerShutdown</link></entry>
                             <entry>boolean</entry>
                             <entry/>
                             <entry>false</entry>

Modified: trunk/docs/user-manual/en/modules/ha.xml
===================================================================
--- trunk/docs/user-manual/en/modules/ha.xml	2009-05-19 14:31:16 UTC (rev 6888)
+++ trunk/docs/user-manual/en/modules/ha.xml	2009-05-19 14:37:48 UTC (rev 6889)
@@ -97,7 +97,7 @@
                     >30000</literal> milliseconds.</para>
         </section>
     </section>
-    <section>
+    <section id="ha.client.automatic">
         <title>Automatic client failover</title>
         <para>JBoss Messaging clients can be configured with knowledge of live and backup servers,
             so that in event of connection failure of the client - live server connection, the

Modified: trunk/docs/user-manual/en/modules/thread-pooling.xml
===================================================================
--- trunk/docs/user-manual/en/modules/thread-pooling.xml	2009-05-19 14:31:16 UTC (rev 6888)
+++ trunk/docs/user-manual/en/modules/thread-pooling.xml	2009-05-19 14:37:48 UTC (rev 6889)
@@ -70,7 +70,7 @@
                 thread on a thread dump with the prefix JBM-AIO-writer-pool.</para>
         </section>
     </section>
-    <section>
+    <section id="thread-pooling.client.side">
         <title>Client-Side Thread Management</title>
         <para>On the client side, JBoss Messaging maintains a single static scheduled thread pool
             and a single static general thread pool for use by all clients using the same




More information about the jboss-cvs-commits mailing list