Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_SetConnectAttemptTimeout

tibems_SetConnectAttemptTimeout
Function
Purpose
Modify the connection timeout.
C Declaration
tibems_status tibems_SetConnectAttemptTimeout(
    tibems_int timeout);
COBOL Call
CALL "tibems_SetConnectAttemptTimeout"
USING BY VALUE timeout,
       RETURNING tibems-status
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.
Parameters
 
See Also
tibems_GetConnectAttemptTimeout on page 393
Setting Connection Attempts, Timeout and Delay Parameters in the TIBCO Enterprise Message Service User’s Guide

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved