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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetConnectAttemptTimeout

tibemsConnectionFactory_SetConnectAttemptTimeout
Function
Purpose
Modify the connection timeout setting.
C Declaration
tibems_status tibemsConnectionFactory_SetConnectAttemptTimeout(
    tibemsConnectionFactory factory,
    tibems_int timeout );
COBOL Call
CALL "tibemsConnectionFactory_SetConnectAttemptTimeout"
USING BY VALUE factory,
BY VALUE timeout,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
See Also
tibemsConnectionFactory_SetConnectAttemptCount on page 270
tibemsConnectionFactory_SetConnectAttemptDelay on page 271
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