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


Chapter 14 Utilities : Utility Functions : tibems_SetConnectAttemptCount

tibems_SetConnectAttemptCount
Function
Purpose
Modify the connection attempt limit.
C Declaration
tibems_status tibems_SetConnectAttemptCount(
    tibems_int count);
COBOL Call
CALL "tibems_SetConnectAttemptCount"
USING BY VALUE count,
       RETURNING tibems-status
END-CALL.
Remarks
This setting governs all client tibemsConnection objects, limiting the number of times that connection objects attempt to establish a connection to the server.
Parameters
 
See Also
tibems_GetConnectAttemptCount on page 381
Setting Connection Attempts, Timeout and Delay Parameters in the TIBCO Enterprise Message Service User’s Guide

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