[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

gaohoward do-not-reply at jboss.com
Mon Apr 27 05:27:48 EDT 2009


Sorry, post again.

hi, did you set these parameters in your remoting config file?

  |                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
  |                <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
  |                <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
  | 
The server thinks a client connection is bad when it doesn't receive a ping from client for 'clientLeasePeriod'.  The client will think the server connection is bad when it sends a ping but doesn't receive response from the server for 'validatorPingTimeout'.

So they should be properly configured according to you network configuration.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226952#4226952

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226952



More information about the jboss-user mailing list