[TIBCO.EMS .NET client library 6.3 documentation]

Defines the name of the System Property setting the ping interval for inactive connections.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string PROP_PING_INTERVAL
Public Const PROP_PING_INTERVAL As String
public:
literal String^ PROP_PING_INTERVAL

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".

See Also