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


Chapter 14 Utilities : Utility Functions : tibems_GetReconnectAttemptTimeout

tibems_GetReconnectAttemptTimeout
Function
Purpose
Return the reconnection timeout.
C Declaration
tibems_int tibems_GetReconnectAttemptTimeout(void);
COBOL Call
CALL "tibems_GetReconnectAttemptTimeout"
RETURNING tibems-Return-Value
END-CALL.
Remarks
This setting governs all client tibemsConnection objects. It determines the maximum time (in milliseconds) to client will allow to reestablish a connection to the server. The default value is 500. The minimum value is 250.
See Also
tibems_SetReconnectAttemptTimeout on page 406
Setting Reconnection Failure Parameters in the TIBCO Enterprise Message Service User’s Guide.
 

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