Configuring RepConnector for SonicMQ JMS Messaging Systems

Set up the RepConnector environment to enable RepConnector to communicate with SonicMQ JMS.

Prerequisites
Verify that the path to the SonicMQ library files are defined correctly in the RepConnector environment batch or script files.
Task
  1. Verify that the line in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that defines the SONICMQ_HOME environment variable is not commented out, and that it points to the installation location for SonicMQ. For example:
    • On Windows:
      set SONICMQ_HOME=C:\SonicSoftware\SonicMQ 
    • On UNIX:
      SONICMQ_HOME= /work/SonicSoftware/SonicMQ
  2. Verify that the lines that define the directory structure for the SonicMQ library file, sonic_Client.jar, are not commented out and that they are correct for your environment.

    On Windows:

    CLASSPATH=%CLASSPATH%;%SONICMQ_HOME%\lib\sonic_Client.jar
    BOOTCLASSPATH=%BOOTCLASSPATH%;%SONICMQ_HOME%\lib\sonic_Client.jar
    On UNIX:
    REPRA_CLASSPATH=$SONICMQ_HOME/lib/sonic_Client.jar
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
  3. Restart your application server.