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


Chapter 14 Utilities : Utility Functions : tibems_SetReconnectAttemptTimeout

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