[jboss-user] [Remoting] - Re: How to set ping timeout of ConnectionValidator?

ron.sigal@jboss.com do-not-reply at jboss.com
Fri Nov 14 22:05:11 EST 2008


The attributes with isParam="true" should get added to the InvokerLocator, which is seen on the client side, where the ConnectionValidator should see them.  When you start the Application Server, the InvokerLocator of each Remoting server is logged at DEBUG log level.  E.g.:


  | 2008-11-11 02:51:25,890 DEBUG [org.jboss.remoting.ServerInvoker] (main) SocketServerInvoker[127.0.0.1:4457] started for locator InvokerLocator [bisocket://127.0.0.1:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat]
  | 

Could you see what your JBossMessaging InvokerLocator looks like?  You can change the Remoting log level to DEBUG by adding


  |    <category name="org.jboss.remoting">
  |       <priority value="DEBUG"/>
  |    </category>
  | 

to server/$CONFIG/conf/jboss-log4j.xml

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

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



More information about the jboss-user mailing list