[jboss-user] [Remoting] - Re: How to set ping timeout of ConnectionValidator?
ron.sigal@jboss.com
do-not-reply at jboss.com
Fri Sep 26 03:26:28 EDT 2008
Hi Hendra,
"hendra_netm" wrote :
| My question is: how to set the pingTimeout, pingPeriod, and max pingRetries of ConnectionValidator?
|
| Should it be set in remoting-bisocket-service.xml? Which variables need to be changed?
|
Use "validatorPingTimeout", "validatorPingPeriod", and "NumberOfCallRetries", respectively. That is, add something like
| <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
| <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
| <attribute name="NumberOfCallRetries" isParam="true">2</attribute>
|
to remoting-bisocket-service.xml.
-Ron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178969#4178969
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178969
More information about the jboss-user
mailing list