You can create a RepConnector connection to:
listen for events from a database and then route those events to a messaging system
listen for events from a messaging system and then route the events to a database
To configure a RepConnector connection to listen for events from a database and then route the events to a messaging system, select REPLICATION as the inbound type and one of the messaging system (JMS, TIBCO, IBMMQ) as the outbound type. The inbound type is the source from which the RepConnector Connection will receive data. The outbound type is the destination to which the RepConnector connection routes the data.
To configure a RepConnector connection that listens for events from a database and routes the events to a user-defined sender processor (a file, for example), select REPLICATION as the inbound type and CUSTOM as the outbound type.
To configure a RepConnector connection to listen for events from a messaging system and then route the events to a database, select one of the messaging system (JMS, TIBCO, IBM MQ) as the inbound type and select DATABASE as the outbound type.
Before you can begin configuring a RepConnector connection, ensure that you have taken these steps:
Check the requirements for your RepConnector installation. See Chapter 2 in the RepConnector 15.0 Installation Guide.
Install RepConnector Manager and verified the installation. See Chapter 2 in the RepConnector 15.0 Installation Guide.
Complete the post-installation tasks in Chapter 3 of the RepConnector 15.0 Installation Guide.
Start your application server and set up the messaging system.