[jboss-cvs] JBoss Messaging SVN: r6874 - branches/Branch_1_4/integration/EAP4/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 19 06:36:21 EDT 2009


Author: gaohoward
Date: 2009-05-19 06:36:21 -0400 (Tue, 19 May 2009)
New Revision: 6874

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
Log:
add missing parameters


Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2009-05-19 10:28:25 UTC (rev 6873)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2009-05-19 10:36:21 UTC (rev 6874)
@@ -33,6 +33,10 @@
                <attribute name="callbackErrorsAllowed">1</attribute>
                <attribute name="registerCallbackListener">false</attribute>
                <attribute name="useClientConnectionIdentity" isParam="true">true</attribute>
+
+               <!-- Max Number of connections in client pool. This should be significantly higher than
+                    the max number of sessions/consumers you expect -->
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
                       
                <!-- Set this to true if you want the HTTP transport to block waiting for server->client traffic.
                Or false if you want it to poll for new traffic periodically. Recommended is true -->                       

Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-05-19 10:28:25 UTC (rev 6873)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-05-19 10:36:21 UTC (rev 6874)
@@ -44,7 +44,11 @@
                <attribute name="useClientConnectionIdentity" isParam="true">true</attribute>
 
 	           <attribute name="timeout" isParam="true">0</attribute>
-                      
+
+               <!-- Max Number of connections in client pool. This should be significantly higher than
+                    the max number of sessions/consumers you expect -->
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+
                <!-- Set this to true if you want the servlet transport to block waiting for server->client traffic.
                Or false if you want it to poll for new traffic periodically. Recommended is blocking -->                       
                <attribute name="blockingMode" isParam="true">blocking</attribute>




More information about the jboss-cvs-commits mailing list