tibemsConnectionFactory_SetReconnectAttemptTimeout
Function
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.
Parameters
| Parameter | Description |
|---|---|
| factory | Set the reconnection timeout parameter of this connection factory. |
| timeout | 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.
When this property is not set, the default value is 0. |
See Also
tibemsConnectionFactory_SetReconnectAttemptCount tibemsConnectionFactory_SetReconnectAttemptDelay
Set Reconnection Failure Parameters in the TIBCO Enterprise Message Service User’s Guide.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
