VisiBroker Question: Download VisiBroker PDF

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

Tweet Share WhatsApp

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 PDF Read All 27 VisiBroker Questions
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?