Ron Sigal [
http://community.jboss.org/people/ron.sigal%40jboss.com] replied to the
discussion
"Remoting - "replacing control socket" Question"
To view the discussion, visit:
http://community.jboss.org/message/556950#556950
--------------------------------------------------------------
Hi Vidhya,
A control socket is replaced if the client is listening for a ping from the server and the
ping does not arrive. Originally, JBossMessaging had turned off the pinging, but there
has been some confusion lately. I would suggest going to
$JBOSS_HOME/server/$CONFIG/deploy/messaging/remoting-bisocket-service.xml and adding the
lines
<attribute name="pingFrequency"
isParam="true">214748364</attribute>
<attribute name="pingWindowFactor"
isParam="true">10</attribute>
which will turn off pinging.
-Ron
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/556950#556950]
Start a new discussion in JBoss Remoting at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]