[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Defines the name of the provider property controlling the
number of attempts the connections make to connect to the server.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
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".