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


Chapter 14 Utilities : Utility Functions : tibems_SetReconnectAttemptCount

tibems_SetReconnectAttemptCount
Function
Purpose
Modify the reconnection attempts limit.
C Declaration
tibems_status tibems_SetReconnectAttemptCount(
    tibems_int count);
COBOL Call
CALL "tibems_SetReconnectAttemptCount"
USING BY VALUE count,
       RETURNING tibems-status
END-CALL.
Remarks
This setting governs all client tibemsConnection objects as they attempt to reconnect to the server after a network disconnect.
Parameters
 
See Also
tibems_GetReconnectAttemptCount on page 398
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