Configuring Total Time Interval and Polling Time Interval of Notification Ping
Total time interval is the maximum time duration in milliseconds for which the Notification ping runs. You can configure the Total time interval using the property
com.tibco.admin.hostservice.reconnect.ems.totalTimeInterval in
SystemNode.tra file located at
CONFIG_HOME/tibcohost/Admin-instance/data_version/nodes/SystemNode/bin/. The default value for this property is
120000 milliseconds.
Polling time interval is the time duration in milliseconds for which an entity is polled for the response. You can configure Polling time interval using the following ANT command:
set ANT_OPTS=-Dreconnect.ems.pollingTimeInterval=<Polling time interval in milliseconds>
For example, the following command sets Polling time interval to 30 seconds:
set ANT_OPTS=-Dreconnect.ems.pollingTimeInterval=30000
Copyright © Cloud Software Group, Inc. All rights reserved.