Adding a third party library (Windows)

To configure the CDC Replication Engine for Event Server to send XML messages to a JMS provider, you must add the appropriate JAR files so that messages are sent to the correct queue or topic.

Procedure

  1. Launch the configuration tool at the command prompt by issuing the following command in the specified directory:
    \<CDC Replication installation directory>\bin\dmconfigurets.exe
  2. Ensure you have stopped the CDC Replication Engine for Event Server service.
  3. Select an existing CDC Replication Engine for Event Server instance that you have added and click Edit.
  4. Click the Environment tab.
  5. Click Add.
  6. Enable one of the following options:
    Option Description
    JMS Provider Libraries The CDC Replication Engine for Event Server sends your XML message to a JMS provider. Before you can create a JMS connection and add a message destination , you need to add the correct JAR file so that XML message is sent to the appropriate queue or topic.
    JDBC Drivers The CDC Replication Engine for Event Server connects to another database using JDBC. This may become necessary when you want to build an XML message using columns from another table. Before you can create a JDBC connection to another database, you must add the correct driver.
    Other JAR files The CDC Replication Engine for Event Server uses other JAR files. For example, you may have a user exit program that is not reliant on a JDBC driver.
  7. Click OK and browse to the JAR file. The Third Party Libraries area lists the selected JAR files for your JMS provider (For example, C:\my\jms\provider\lib\myjmsprovider.jar).
  8. Click OK to update your instance of the CDC Replication Engine for Event Server with the new JAR files.