[jboss-cvs] JBoss Messaging SVN: r6868 - 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 05:12:40 EDT 2009


Author: gaohoward
Date: 2009-05-19 05:12:40 -0400 (Tue, 19 May 2009)
New Revision: 6868

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
Log:
update http remoting config


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 09:08:58 UTC (rev 6867)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2009-05-19 09:12:40 UTC (rev 6868)
@@ -26,6 +26,13 @@
                                          
                <!-- The period of sending pings to the server -->
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPintTimeout" isParam="true">5000</attribute>
+
+               <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>
+               <attribute name="callbackErrorsAllowed">1</attribute>
+               <attribute name="registerCallbackListener">false</attribute>
+               <attribute name="useClientConnectionIdentity" isParam="true">true</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 -->                       




More information about the jboss-cvs-commits mailing list