[jboss-svn-commits] JBL Code SVN: r38165 - labs/jbossesb/branches/JBESB_4_11_CP/product/docs/Administration_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 17 12:17:42 EDT 2012


Author: kevin.conner at jboss.com
Date: 2012-08-17 12:17:41 -0400 (Fri, 17 Aug 2012)
New Revision: 38165

Modified:
   labs/jbossesb/branches/JBESB_4_11_CP/product/docs/Administration_Guide/en-US/Monitoring_and_Management.xml
Log:
Add docs on dynamic thread pool configuration: JBESB-3841

Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/docs/Administration_Guide/en-US/Monitoring_and_Management.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/docs/Administration_Guide/en-US/Monitoring_and_Management.xml	2012-08-16 04:30:14 UTC (rev 38164)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/docs/Administration_Guide/en-US/Monitoring_and_Management.xml	2012-08-17 16:17:41 UTC (rev 38165)
@@ -44,6 +44,16 @@
                         initialising/starting/stopping/destroying a
                         listener.
                     </para>
+                    <para>
+                        All listeners with an explicitly managed thread pool now
+                        also expose the current minimum and maximum thread pool
+                        counts through this MBean.  The number of active threads
+                        in the thread pool will change dynamically between this minimum
+                        (initially 1) and the defined maximum as the service load dictates.
+                        The administrator has the option of changing these values while
+                        the system is running although they will revert to their original
+                        values should the server, or esb artifact, be restarted.
+                    </para>
                 </listitem>
             </varlistentry>
             <varlistentry>



More information about the jboss-svn-commits mailing list