Routing database events from Replication Server to messaging systems

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

  1. When an event occurs in the database, Replication Server detects the event and pushes it to the RepConnector 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.

    To transform messages into an application-specific format, develop your own transformation module to replace the default XML transformation. See Chapter 7, “Customizing the Sender and Formatter Processors” 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 develop your own sender class to route the message to other destinations. See Chapter 7, “Customizing the Sender and Formatter Processors,” for more information.