Application Messaging
Using TIB/Rendezvous with the SAS Common Messaging InterfaceStarting with Release 8.2 of SAS Integration Technologies, the SAS Common Messaging Interface included support for TIB/Rendezvous Release 6.3. Integration Technologies 9.1 supports both the reliable and certified message delivery features of TIB/Rendezvous Release 7.1. TIB/Rendezvous is a leading messaging middleware product from TIBCO Software, Inc. Like IBM's WebSphere MQ (previously named MQSeries) and Microsoft's MSMQ, TIB/Rendezvous makes it easy to create distributed applications across heterogeneous systems. The SAS Common Messaging Interface includes messaging functions that are common to WebSphere MQ, MSMQ, and Rendezvous. However, the TIB/Rendezvous message delivery system differs from the other transports in some important ways. Developers must take these differences into account when using the Common Messaging Interface to support Rendezvous-based applications. The main differences are as follows:
Our detailed CALL routine documentation explains how to use the SAS Common Messaging Interface to access the unique features of TIB/Rendezvous. Example code showing how to use the SAS Common Messaging Interface with TIB/Rendezvous is also provided. For additional information, please consult the TIBCO documentation. Rendezvous Certified Message Delivery (Rendezvous-CM)Certified message delivery features offers a stronger assurance of delivery than reliable message delivery. Certified message delivery protocols also offer the following:
The CALL routine documentation explains how to use the SAS Common Messaging Interface to access the features of TIB/Rendezvous Certified Message Delivery. Example code showing how to use the SAS Common Messaging Interface with TIB/Rendezvous Certified Message Delivery is also provided. For additional information, please consult the TIBCO documentation. For information about support for different versions of TIB/Rendezvous, see the page on Supported Messaging Interface Versions. |