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


Chapter 14 Utilities : Utility Functions : tibems_GetReconnectAttemptCount

tibems_GetReconnectAttemptCount
Function
Purpose
Return the reconnection attempts limit.
C Declaration
tibems_int tibems_GetReconnectAttemptCount(void);
COBOL Call
CALL "tibems_GetReconnectAttemptCount"
  RETURNING tibems-Return-Value
END-CALL.
Remarks
This setting governs all client tibemsConnection objects limiting the number of times that they attempt to reconnect to the server after a network disconnect. The default value is 4. The minimum value is 1.
See Also
tibems_GetConnectAttemptCount on page 381
tibems_SetReconnectAttemptCount on page 404
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