Answers

Question and Answer:

  Home  VisiBroker

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

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.

 156 views

More Questions for you: