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


Chapter 14 Utilities : Utility Functions : tibems_GetReconnectAttemptDelay

tibems_GetReconnectAttemptDelay
Function
Purpose
Return the reconnection delay.
C Declaration
tibems_int tibems_GetReconnectAttemptDelay(void);
COBOL Call
CALL "tibems_GetReconnectAttemptDelay"
RETURNING tibems-Return-Value
END-CALL.
Remarks
This setting governs all client tibemsConnection objects. It determines the delay time between successive attempt to establish a connection to the server. Its value is the time (in milliseconds) between connection attempts. The default value is 500. The minimum value is 250.
See Also
tibems_GetConnectAttemptDelay on page 392
tibems_SetReconnectAttemptDelay on page 415
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