You can use RepConnector to route database events from Replication Server to messaging systems, or to route events from messaging systems to database tables.
When an event occurs in a database, Replication Server detects the event and pushes it to Event Capture module, which is listening for such events.
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.
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.
The Event Capture module listens for messages arriving in the configured messaging system.
The Event Capture module receives messages and triggers the Event Transformation module.
The Event Transformation module analyzes messages and, if necessary, transforms them to SQL format.
The Message Sender module applies any transformed SQL statements to the database.