http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.dc20112_1500/html/rpcncg/BABHHJHA.htm
The TIBCO Rendezvous (RV) messaging system must be installed on your local machine to configure a RepConnector connection with RV or RV Certified Messaging (CM) inbound/outbound types. To route the replication event to a TIBCO ActiveEnterprise (AE) subscriber, the TIBCO ActiveEnterprise SDK must be installed and configured with the customized wire-message format.
RepConnector supports RV and RVCM messaging with a local or remote RV daemon, and AE Certified Messaging (CM) with the local TIBCO SDK installation. This section describes some basic instructions and samples of the RV configuration. SeeChapter 6, “Configuring RepConnector,” for information about configuring AECM connections..
Running an rvd process on the local or remote machine.
If you run the rvd process on a remote machine, you must also run thervrd process on the local machine to deliver the messages to the remotervd process.
Navigate to the TIBCO Rendezvous installation bin directory. For example:
On UNIX, enter:
cd /opt/tibco/tibrv/bin
On Windows, enter:
cd C:\TIBCO\TIBRV\bin
Invoke the rvd daemon process by entering:
rvd
Configuring the RV routing daemon
To deliver the message from the RepConnector connection to the remote RV daemon:
You can skip this procedure if you use the local RV daemon for either the inbound or outbound messaging system.
Navigate to the TIBCO Rendezvous installation location bin directory.
On UNIX, enter:
cd /opt/tibco/tibrv/bin
On Windows, enter:
cd C:\TIBCO\TIBRV\bin
Invoke the rvrd daemon process.
On UNIX, enter:
rvrd -store ./storefile
where ./storefile is the name of the local storage file for rvrd.
On Windows, enter:
rvrd -store .\storefile
where .\storefile is the name of the local storage file for rvrd.
If you are configuring to use the routing daemon, supply the following:
Service name for the local daemon
Network value for the machine where the RV routing daemon process is running
Daemon value for where the rvd process is running when you are defining the RepConnector connection
See the sample RepConnector connection configuration files supplied with the RepConnector runtime component for information about defining the values with TIBCO messaging. The sample files reside under the RepConnector installationsample\conf directory. For example, on Windows, c:\sybase\EAServer\repra\sample\conf. For more information, refer to the user documentation for TIBCO as well.