Routing events from messaging systems to database tables

RepConnector routes events from messaging systems to database tables as follows:

  1. The Event Capture Module listens for messages arriving in the configured messaging system. (Messages can be in either standard SQL format or XML format.)

  2. When a message arrives, the Event Capture Module receives the message and triggers the Event Transformation Module.

  3. The Event Transformation Module analyzes the message and transforms it to SQL format, if needed.

  4. After the message is transformed to SQL, the Message Sender Module sends the SQL statement to the database table.