tibems_GetConnectAttemptTimeout
Function
Purpose
Return the connection timeout.
C Declaration
tibems_int tibems_GetConnectAttemptTimeout(void);
COBOL Call
CALL "tibems_GetConnectAttemptTimeout" RETURNING tibems-Return-Value END-CALL.
Remarks
This setting governs all client
tibemsConnection
objects. It determines the maximum time (in milliseconds) the client allows to establish a connection to the server. The default value is 0, indicating no timeout.
See Also
tibems_SetConnectAttemptTimeout
Set Connection Attempts, Timeout and Delay Parameters in the TIBCO Enterprise Message Service User Guide.