[jboss-cvs] JBoss Messaging SVN: r8199 - in branches/Branch_1_4/integration: EAP4/etc/remoting and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 27 01:54:07 EST 2011


Author: gaohoward
Date: 2011-01-27 01:54:07 -0500 (Thu, 27 Jan 2011)
New Revision: 8199

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


Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -30,13 +30,11 @@
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
 
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               

Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -28,13 +28,12 @@
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               

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	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -30,13 +30,11 @@
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
 
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               

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	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -29,13 +29,11 @@
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
 
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               

Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -30,13 +30,11 @@
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
 
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               

Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml	2011-01-27 06:14:28 UTC (rev 8198)
+++ branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml	2011-01-27 06:54:07 UTC (rev 8199)
@@ -28,13 +28,12 @@
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
-               <!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
-               <!--	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+
+               <!-- the following parameters are useful when there is a firewall between client and server. Adjust the values to suit your environment.-->
+               <attribute name="numberOfCallRetries" isParam="true">5</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. -->
                <!--               



More information about the jboss-cvs-commits mailing list