[TIBCO.EMS .NET client library 8.1 documentation]

Defines the name of the System Property controlling the maximum time for connections to reconnect to the backup server during the fault-tolerant switch. This property is similar to PROP_CONNECT_ATTEMPTS_TIMEOUT. The difference is that it may be necessary to use different parameters during reconnect than during the initial connect. Initial connect of the clients to the server is normally distributed in time and there are less chances of the server exceeding its maximum accept queue. During fault-tolerant switch, all connected clients automatically try to reconnect to the backup server, approximately at the same time. When the number of connections is large, it may require more reconnect time to reconnect than the initial connect. The value of this property is an integer in seconds. This property is defined as String "tibco.tibjms.reconnect.attempt.timeout".

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

Syntax

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

See Also