Configuring RepConnector Connections

Configure a RepConnector connection to listen for events from a database and route the events to a messaging system, or to listen for events from a messaging system and route the events to a database.

Prerequisites
Task
Configure a RepConnector connection to listen from events from:
  • A database, then route the events to a messaging sytem – select REPLICATION as the inbound type and one of the messaging systems (JMS, TIBCO, IBMMQ) as the outbound type.

    The inbound type is the source from which the RepConnector Connection receives data. The outbound type is the destination to which the RepConnector connection routes the data.

  • A database, then route the events to a user-defined sender processor (a file, for example) – select REPLICATION as the inbound type and CUSTOM as the outbound type.
  • A messaging system, then route the events to a database – select one of the messaging systems (JMS, TIBCO, IBMMQ) as the inbound type and DATABASE as the outbound type.
Related concepts
Get Started with RepConnector Manager