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


Chapter 14 Utilities : Utility Functions : tibems_GetConnectAttemptTimeout

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 500.
See Also
tibems_SetConnectAttemptTimeout on page 398
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