Routing events from messaging systems to database tables

RepConnector routes events from messaging systems to database tables:

  1. The Event Capture module listens for messages (in either a standard SQL format, or in XML) arriving in the configured messaging system.

  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 necessary.

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