![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
TIBCO Enterprise Message Service (release 4 and later) can exchange messages with TIBCO Rendezvous (release 6.9 and later).
• EMS can import messages from an external system to an EMS queue (but queues cannot export).Figure 23 Rendezvous Transports in the EMS ServerEMS 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.tibemsd uses definitions and parameters in four configuration files to guide the exchange of messages with Rendezvous.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.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.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.When exporting messages on a transport configured for certified message delivery, you can pre-register RVCM listeners in the file tibrvcm.conf.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |