Routing database events from Replication Server to messaging systems

RepConnector routes database events from Replication Server to a messaging system as follows:

  1. When an event occurs in the database, Replication Server detects the event and pushes it to RepConnector's Event Capture Module, which is listening for such events.

  2. When the Replication Server event arrives from the Event Capture Module, the Event Transformation Module transforms the event into XML.

    You can customize the Event Transformation Module by developing your own transformation module to replace the default XML transformation if you want to transform messages into an application-specific format. See Chapter 10, “Customizing the Sender and Formatter Processors” and Chapter 11, “Customizing the Message Generator for TIBCO AECM,” for more information.

  3. After the message is transformed to XML, the Message Sender Module sends the XML message to the configured message system.

    You can customize the Message Sender Module by developing your own sender class to route the message to other destinations if the supported messaging system is not the destination of the message. See Chapter 10, “Customizing the Sender and Formatter Processors,” for more information.