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
 
See Also
tibemsConnectionFactory_SetReconnectAttemptDelay on page 280
tibemsConnectionFactory_SetReconnectAttemptTimeout on page 281
 
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