[TIBCO.EMS .NET client library 6.3 documentation]

Defines the name of the System Property controlling the maximum time for the connections to connect to the server. When too many clients connect to the same server, the server may not be able to accept all connections at the same time or may run out of system resources. This parameter specifies the amount of time a client is willing to wait for a connection to be established. Internally the client library will tear down any hung connections (either because of non-availiblity of system resources or some other EMS server problem) after this timeout. The value of this property in an integer and is in seconds. This property is defined as String "tibco.tibjms.connect.attempt.timeout".

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

Syntax

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

See Also