1. What is the default value of "vbroker.agent.localFile" property?
The default value of "vbroker.agent.localFile" property is "null".
Specifies which network interface to use on multi-home machines. This used to be the OSAGENT_LOCAL_FILE environment variable.
2. What is default value of "vbroker.agent.keepAliveTimer" property?
The default value of "vbroker.agent.keepAliveTimer" property is "120".
The duration in seconds during which the ORB will send keep-alive messages to the Smart Agent (applicable to both clients and servers). Valid values are integers between 1 and 120, inclusive.
3. What is the default value of "vbroker.agent.debug" property?
The default value of "vbroker.agent.debug" Smart Agent Communication properties is "false".
When set to true, specifies that the system will display debugging information about communication of VisiBroker applications with the Smart Agent.
4. What is the default value of "vbroker.agent.clientPortRange" property?
The default value of "vbroker.agent.clientPortRange" property is "0 (zero)".
Range of ports within interval [clientPort, clientPort+clientPortRange] for the ORB to communicate with the OSAgent. This property is effective only when clientPort is greater than 0 (zero). Valid values are between 0 and 65535.
5. What is the default value of "vbroker.agent.port" property?
The default value of "vbroker.agent.port" property is "14000".
Specifies the port number that defines a domain within your network. VisiBroker applications and the Smart Agent work together when they have the same port number. This is the same property as the OSAGENT_PORT environment variable.
6. What is the default value of "vborker.agent.clientPort" property?
The default value of "vborker.agent.clientPort" property is "0 (zero)".
Lower bound of the range of ports for the ORB to communicate with the OSAgent. Valid values are between 0 to 65535. Default value of 0 (zero) means that a random port will be selected.
7. What is the default value of "vbroker.agent.failOver" property?
The default value of "vbroker.agent.failOver" property is "true".
When set to true, allows a VisiBroker application to fail over to another Smart Agent.
8. What is the default value of "vbroker.agent.enableLocator" property?
The default value of "vbroker.agent.enableLocator" property is "true".
When set to false, does not allow VisiBroker applications to communicate with the Smart Agent.
9. What is the default value of "vbroker.agent.enableCache" property?
The default value of "vbroker.agent.enableCache" property is "true".
When set to true, allows VisiBroker applications to cache IOR.
10. What is the default value of "vbroker.agent.addrFile" Smart Agent Communication properties?
The default value of "vbroker.agent.addrFile" property is "null".
Specifies a file that stores the IP address or host name of a host running a Smart Agent.