VisiBroker Question:
Download Questions PDF

What is the default value of "vbroker.agent.keepAliveTimer" property?

Answer:

The default value of "vbroker.agent.keepAliveTimer" property is "120 seconds".
Smart agent will wake up after this timeout and based on the vbroker.agent.keepAliveThreshold value, will compute whether to do client verification. The logic is if the last received heart beat value is less than current time - (keepAliveTimer + keepAliveThreshold), then do client verification. The value of this property should be greater than 1 second and less than 120 seconds. The number of times the client verification is tried can be controlled by vbroker.agent.maxRetries property.

Download VisiBroker Interview Questions And Answers PDF

Previous QuestionNext Question
What is the default value of "javax.rmi.CORBA.PortableRemoteObjectClass" property?What is the default value of "vbroker.agent.addrFile" Smart Agent Communication properties?