[Jboss-cvs] JBossAS SVN: r56884 - branches/Branch_4_0/server/src/main/org/jboss/jms/asf

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 15 09:31:21 EDT 2006


Author: weston.price at jboss.com
Date: 2006-09-15 09:31:20 -0400 (Fri, 15 Sep 2006)
New Revision: 56884

Modified:
   branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java
Log:
[JBAS-3483] Modify JavaDoc to be more accurate regarding server session pool size
as well as exectuor threads.

Modified: branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java
===================================================================
--- branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java	2006-09-15 12:02:54 UTC (rev 56883)
+++ branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java	2006-09-15 13:31:20 UTC (rev 56884)
@@ -107,8 +107,12 @@
    private TransactionManager tm;
 
    /**
-    * Construct a <tt>StdServerSessionPool</tt> using the default pool size.
-    *
+    * Construct a <tt>StdServerSessionPool</tt>. Note the maxSession parameter controls
+    * both the maximum number of sessions in the pool, as well as the number of listener 
+    * threads assigned to service requests from the JMS Provider. 
+    * 
+    * 
+    * 
     * @param destination the destination
     * @param con connection to get sessions from
     * @param transacted transaction mode when not XA (




More information about the jboss-cvs-commits mailing list