TIBCO Rendezvous Transport

TIBCO Rendezvous can be used as the transport between the Hawk microagent and Hawk agent and also between the Hawk agent and the OI Hawk Console.

Configure the -rvd_session parameter in the configuration files to enable the TIBCO Rendezvous as transport.

Comment this option, or let it be commented in the configuration file, if you are using TIBCO EMS or TCP Transport for TIBCO Hawk as the primary transport.

TIBCO OI Hawk RedTail connects to the TIBCO Rendezvous daemon by creating a session. In the configuration files, ensure that the -tcp_session and -ems_transport parameters are commented out, and then configure the -rvd_session parameter. TIBCO Rendezvous transport creation calls accept three parameters that govern the behavior of the transport: service, network and daemon.

-rvd_session <service><network> <daemon>

where,

service  instructs the Rendezvous daemon to use this service whenever it conveys messages on this transport. You can specify the port number as the service to be used, for example, "7474".
network  instructs the Rendezvous daemon to use a particular network for all communications involving this transport. The network parameter consists of up to three parts, separated by semicolons: network, multicast groups, and send address.
daemon  instructs the transport creation function about how and where to find the Rendezvous daemon and establish communication. For remote daemons, specify two parts (introducing the remote host name as the first part), for example, tcp:7474:
Remote host name
Port number

The default value in the configuration file for the Rendezvous session is

-rvd_session 7474 ; tcp:7474

For more details on TIBCO Rendezvous, refer to the TIBCO Rendezvous documentation.