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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 02:13:09 EDT 2009


Author: gaohoward
Date: 2009-09-29 02:13:08 -0400 (Tue, 29 Sep 2009)
New Revision: 7827

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml
Log:
JBMESSAGING-1733


Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-09-25 05:29:12 UTC (rev 7826)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-09-29 06:13:08 UTC (rev 7827)
@@ -33,11 +33,16 @@
                <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
                <!--	       
                <attribute name="numberOfCallRetries" isParam="true">5</attribute>
-               <attribute name="writeTimeout" isParam="true">30000</attribute>
                <attribute name="pingFrequency" isParam="true">30000</attribute>
                <attribute name="pingWindowFactor" isParam="true">71582</attribute>
                <attribute name="generalizeSocketException" isParam="true">true</attribute>
-               -->               
+               -->
+
+               <!-- Now remoting supports socket write timeout configuration. Uncomment this if you need it. -->
+               <!--               
+               <attribute name="writeTimeout" isParam="true">30000</attribute>
+               -->
+
                <!-- End immutable parameters -->
                
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>

Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml	2009-09-25 05:29:12 UTC (rev 7826)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml	2009-09-29 06:13:08 UTC (rev 7827)
@@ -32,12 +32,16 @@
                <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
                <!--	       
                <attribute name="numberOfCallRetries" isParam="true">5</attribute>
-               <attribute name="writeTimeout" isParam="true">30000</attribute>
                <attribute name="pingFrequency" isParam="true">30000</attribute>
                <attribute name="pingWindowFactor" isParam="true">71582</attribute>
                <attribute name="generalizeSocketException" isParam="true">true</attribute>
-               -->               
+               -->
 
+               <!-- Now remoting supports socket write timeout configuration. Uncomment this if you need it. -->
+               <!--               
+               <attribute name="writeTimeout" isParam="true">30000</attribute>
+               -->
+
                <!-- End immutable parameters -->
                
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>




More information about the jboss-cvs-commits mailing list