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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 17 10:37:41 EDT 2009


Author: gaohoward
Date: 2009-09-17 10:37:41 -0400 (Thu, 17 Sep 2009)
New Revision: 7812

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-17 14:22:18 UTC (rev 7811)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-09-17 14:37:41 UTC (rev 7812)
@@ -29,9 +29,10 @@
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
 	       
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <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>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
                <!-- End immutable parameters -->
                

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-17 14:22:18 UTC (rev 7811)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-sslbisocket-service.xml	2009-09-17 14:37:41 UTC (rev 7812)
@@ -27,9 +27,10 @@
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
+               <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>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <!-- End immutable parameters -->
                




More information about the jboss-cvs-commits mailing list