TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.PROP_PING_INTERVAL Field

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

public const string PROP_PING_INTERVAL = "tibco.tibjms.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".
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace