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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetReconnectAttemptTimeout

tibemsConnectionFactory_SetReconnectAttemptTimeout
Function
Purpose
Modify the reconnection timeout setting.
C Declaration
tibems_status tibemsConnectionFactory_SetReconnectAttemptTimeout(
    tibemsConnectionFactory factory,
    tibems_int timeout );
COBOL Call
CALL "tibemsConnectionFactory_SetReconnectAttemptTimeout"
USING BY VALUE factory,
BY VALUE timeout,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
This value determines the maximum time (in milliseconds) a client will wait for the reconnection to be established. Zero is a special value, which specifies no timeout.
See Also
tibemsConnectionFactory_SetReconnectAttemptCount on page 271
tibemsConnectionFactory_SetReconnectAttemptDelay on page 272
 
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