Is there any Fault Tolerance support at SDK level, other than RVFT as part of a DQ/CMQ implementation?

Is there any Fault Tolerance support at SDK level, other than RVFT as part of a DQ/CMQ implementation?

book

Article ID: KB0087629

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
There is currently no support of RVFT in the SDK API. Product development is looking into how to best include RVFT in SDK and may provide support in a future release. A user who wishes to implement RVFT can use the RV API directly and access sessions/transports through MRvSession Class.

Please heed to the caution on using RVFT APIs directly in "Genral SDK
Best Practices" in SDK 5.0.x document:

"It is not advisable to use direct calls to the TIBCO Rendezvous API within
a custom adapter.
Using direct calls makes the custom adapter less portable and more difficult
to upgrade to newer versions of the SDK. However, in some cases using a
direct call to a TIBCO Rendezvous API is the only workaround available. For
example, an adapter design may rely on a TIBCO Rendezvous feature not
available in the SDK API, such as RV message queue control or RVFT protocol."

Please see the attached C++ and Java examples.

Issue/Introduction

Is there any Fault Tolerance support at SDK level, other than RVFT as part of a DQ/CMQ implementation?

Environment

Product: TIBCO Adapter SDK Version: 5.1.3, 5.3.0, 5.2.1, 5.3.2, 4.1.3, 5.0.x OS: All --------------------

Attachments

Is there any Fault Tolerance support at SDK level, other than RVFT as part of a DQ/CMQ implementation? get_app
Is there any Fault Tolerance support at SDK level, other than RVFT as part of a DQ/CMQ implementation? get_app