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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetReconnectAttemptDelay

tibemsConnectionFactory_SetReconnectAttemptDelay
Function
Purpose
Modify the reconnection delay setting.
C Declaration
tibems_status tibemsConnectionFactory_SetReconnectAttemptDelay(
    tibemsConnectionFactory factory,
    tibems_int delay );
COBOL Call
CALL "tibemsConnectionFactory_SetReconnectAttemptDelay"
USING BY VALUE factory,
BY VALUE delay,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
This value determines the time (in milliseconds) between reconnection attempts. The minimum value is 250.
See Also
tibemsConnectionFactory_SetReconnectAttemptCount on page 271
tibemsConnectionFactory_SetReconnectAttemptTimeout on page 273
 
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