TIBCO RV, RVCM, and AECM connections

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. See Chapter 6, “Configuring RepConnector,” for information about configuring AECM connections..

StepsRunning an rvd process on the local or remote machine.

If you run the rvd process on a remote machine, you must also run the rvrd process on the local machine to deliver the messages to the remote rvd process.

  1. Navigate to the TIBCO Rendezvous installation bin directory. For example:

  2. Invoke the rvd daemon process by entering:

    rvd
    

StepsConfiguring the RV routing daemon

To deliver the message from the RepConnector connection to the remote RV daemon:

NoteYou can skip this procedure if you use the local RV daemon for either the inbound or outbound messaging system.

  1. Navigate to the TIBCO Rendezvous installation location bin directory.

  2. Invoke the rvrd daemon process.

NoteIf you are configuring to use the routing daemon, supply the following:

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 installation sample\conf directory. For example, on Windows, c:\sybase\EAServer\repra\sample\conf. For more information, refer to the user documentation for TIBCO as well.