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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetReconnectAttemptCount

tibemsConnectionFactory_SetReconnectAttemptCount
Function
Purpose
Modify the reconnection attempts setting.
C Declaration
tibems_status tibemsConnectionFactory_SetReconnectAttemptCount(
    tibemsConnectionFactory factory,
    tibems_int connAttempts );
COBOL Call
CALL "tibemsConnectionFactory_SetReconnectAttemptCount"
USING BY VALUE factory,
BY VALUE connAttempts,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
This value limits the number of times that a connection object attempts to reestablish a connection to the server. The minimum value is 1.
See Also
tibemsConnectionFactory_SetReconnectAttemptDelay on page 276
tibemsConnectionFactory_SetReconnectAttemptTimeout on page 277
 
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