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


Chapter 14 Utilities : Utility Functions : tibems_SetReconnectAttemptDelay

tibems_SetReconnectAttemptDelay
Function
Purpose
Modify the reconnection delay.
C Declaration
tibems_status tibems_SetReconnectAttemptDelay(
    tibems_int delay);
COBOL Call
CALL "tibems_SetReconnectAttemptDelay"
USING BY VALUE delay,
       RETURNING tibems-status
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.
Parameters
 
See Also
tibems_GetReconnectAttemptDelay on page 389
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