RepConnector routes events from messaging systems to database tables:
The Event Capture module listens for messages arriving in the configured messaging system.
When a message arrives, the Event Capture module receives the message and triggers the Event Transformation module.
The Event Transformation module analyzes the message and transforms it to SQL format, if necessary.
After the message is transformed to SQL format, the Message Sender module applies the SQL statement to the database.