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


Chapter 15 Working With TIBCO Rendezvous : Overview

Overview
TIBCO Enterprise Message Service (release 4 and later) can exchange messages with TIBCO Rendezvous (release 6.9 and later).
Scope
Figure 23 Rendezvous Transports in the EMS Server
Message Translation
EMS and Rendezvous use different formats for messages and their data. When tibemsd imports or exports a messages, it translates the message and its data to the appropriate format; for details, see Message Translation.
Configuration
tibemsd uses definitions and parameters in four configuration files to guide the exchange of messages with Rendezvous.
Enabling
The parameter tibrv_transports (in the configuration file tibemsd.conf) globally enables or disables message exchange with Rendezvous. The default value is disabled. To use these transports, you must explicitly set this parameter to enabled.
Transports
Transport definitions (in the configuration file transports.conf) specify the communication protocol between EMS and the external system; for details, see Configuring Transports for Rendezvous.
Destinations
Destination definitions (in the configuration files topics.conf and queues.conf) can set the import and export properties to specify one or more transports:
import instructs tibemsd to import messages that arrive on those transports from Rendezvous, and deliver them to the EMS destination.
export instructs tibemsd to take messages that arrive on the EMS destination, and export them to Rendezvous via those transports.
For details, see Topics, and Queues.
RVCM Listeners
When exporting messages on a transport configured for certified message delivery, you can pre-register RVCM listeners in the file tibrvcm.conf.
For details, see tibrvcm.conf on page 248, and Certified Messages

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