tibemsConnectionFactory_SetConnectAttemptDelay


Function

Purpose

Modify the connection delay setting.

C Declaration

tibems_status tibemsConnectionFactory_SetConnectAttemptDelay( 
    tibemsConnectionFactory factory, 
    tibems_int delay ); 

COBOL Call

CALL "tibemsConnectionFactory_SetConnectAttemptDelay" 
     USING BY VALUE factory, 
           BY VALUE delay, 
           RETURNING tibems-status 
END-CALL. 

factory has usage pointer.

Parameter
Description
factory
Set the connection delay parameter of this connection factory.
delay
This value determines the time (in milliseconds) between connection attempts. The minimum value is 250.
When this property is not set, the default value is 500.

See Also

tibemsConnectionFactory_SetConnectAttemptCount


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com