[jboss-cvs] JBoss Messaging SVN: r3934 - branches/Branch_Stable/src/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 13:34:40 EDT 2008


Author: timfox
Date: 2008-03-25 13:34:39 -0400 (Tue, 25 Mar 2008)
New Revision: 3934

Modified:
   branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-1220


Modified: branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 17:07:02 UTC (rev 3933)
+++ branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 17:34:39 UTC (rev 3934)
@@ -45,6 +45,9 @@
                     the max number of sessions/consumers you expect -->
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
                
+		         <!-- The maximum time to wait before timing out on trying to write a message to socket for delivery -->
+               <attribute name="callbackTimeout">10000</attribute> 
+                                             
                <!-- Use these parameters to specify values for binding and connecting control connections to 
                     work with your firewall/NAT configuration
                <attribute name="secondaryBindPort">xyz</attribute>                           

Modified: branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 17:07:02 UTC (rev 3933)
+++ branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 17:34:39 UTC (rev 3934)
@@ -44,6 +44,9 @@
                     the max number of sessions/consumers you expect -->
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute> 
                
+		         <!-- The maximum time to wait before timing out on trying to write a message to socket for delivery -->
+               <attribute name="callbackTimeout">10000</attribute> 
+                                                    
                <!-- Use these parameters to specify values for binding and connecting control connections to 
                     work with your firewall/NAT configuration
                <attribute name="secondaryBindPort">xyz</attribute>                           




More information about the jboss-cvs-commits mailing list