TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.PROP_CONNECT_ATTEMPTS Field

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

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

See Also

Tibems Class | TIBCO.EMS Namespace