[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Defines the name of the System Property setting the ping interval
for inactive connections.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
Remarks
When a connection does not send nor receives
any data, it may not be able to detect network failure in certain
situations. To avoid this, inactive connections periodically send "ping"
messages to the server. Default interval is 60 seconds. In some cases
it may take several intervals to detect network failure.
The value of this property is a string encoding the ping interval in seconds,
e.g. "60". Zero value disables ping messages.
This property is defined as String "tibco.tibjms.ping.interval".