[TIBCO.EMS .NET client library 6.3 documentation]

Defines the name of the provider property controlling the number of attempts the connections make to connect to the server.

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

Syntax

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

Remarks

When too many clients connect to the same server, the server may not be able to accept all connections at the same time. This parameter specifies the number of attempts and delay between the attempt the connections perform in order to connect to the server. The value of this property is a string in the form "NN[,DELAY]" where NN is the number of attempts and DELAY is delay in milliseconds between the attempts. Minimum value of NN is 1, minimum value of DELAY is 250 milliseconds. Default value used is "2,500".

This property is defined as string "tibco.tibjms.connect.attempts".

See Also