Skip to main content

Posts

Tibco Rendezvous (RV): Features and More

Features of Tibco RV: Decoupling and Data Independence : In RV the applications are loosely coupled and RV has self-describing data that makes it easy for the applications to share data. Location Transparency : RV is based upon subject based addressing. The data/messages are sent and received over subject; hence the programs can communicate without knowing the network details. Architectural Emphasis on Information Sources and Destinations : RV provides efficient solutions for developing distributed system by emphasis on identifying sources and destinations of information. Reliable Delivery: RV provides reliable delivery of messages and without the need of network details. The information like network details and packet transfer are hidden. Certified Message Delivery: Some applications require more assurance for message delivery. For this RV provides Certified Message (CM) delivery which sends the confirmation for the messages received. Distribu...

Tibco Rendezvous (RV): Intro

When I started working on Tibco RV, I used to get stuck on many things. Small, big but the main problem was that I couldn’t find much online as a resolution. Information was limited and distributed. So here’s my try to bring all that I know to one place about RV and provide solutions to as many issues as possible. Intro: For large enterprises, the most fundamental need is the data transfer from one system to another. The messaging model used must be efficient, reliable and scalable. Tibco RV is used by applications running on distributed platforms to exchange data for Enterprise Application Integration (EAI). Tibco Rendezvous has more than 2000 customer installations and is the leading messaging system for real-time and broad data distribution.  Tibco RV is used in Replay Service, Reuters Wireless Delivery System, Reuters Market Data System and Internet Finance Platform. Tibco RV is used by distributed applications for communicating data. It provides both point-to-...