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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsUFOConnectionFactory_RecoverConnection

tibemsUFOConnectionFactory_RecoverConnection
Function
Purpose
Recover an unshared state connection.
C Declaration
tibems_status
tibemsUFOConnectionFactory_RecoverConnection(
    tibemsConnectionFactory ufoFactory,
    tibemsConnection ufoConnection);
COBOL Call
CALL "tibemsUFOConnectionFactory_RecoverConnection"
     USING BY VALUE ufoFactory,
           BY VALUE ufoConnection,
           RETURNING tibems-status
END-CALL.
 
ufoConnection has usage pointer.
Parameters
 
Remarks
This function is used to recover the broken connection on another available server.
See Also
See the section Unshared State Failover Process in the TIBCO Enterprise Message Service User’s Guide for more information.

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