Configuring EnterpriseOne to Support WebSphere MQ Version 6.0 and Version 7.0

Note: These steps are not needed for WebSphere MQ 8.0. Starting with Tools Release 9.1.5.7, only one version of these files are delivered, without a version number in the name. The libraries delivered without version names are only compatible with WebSphere MQ 8.0 starting with Tools Release 9.1.5.7 and cannot be used with older versions of WebSphere MQ. Conversely, the driver libraries with names ending in *_6 or *_7 cannot be used with WebSphere MQ 8.0.

To properly perform this task, you must be logged on as the UNIX user who starts JD Edwards EnterpriseOne services (for example, jde900).

  1. Use this command to change your directory:

    cd $SYSTEM/lib

  2. When using the 6.0 version of WebSphere MQ, create a soft link to the WebSphere MQ 6.0 version of the driver libraries. These file names end in *_6.so (use .sl instead of .so on HP-UX PA-RISC servers).

    ln -s libmqnotify_6.so libmqnotify.so

    ln -s libmqsadapt_6.so libmqsadapt.so

    ln -s libmqsrtdrv_6.so libmqsrtdrv.so

  3. When using the 7.0 version of WebSphere MQ, create a soft link to the WebSphere MQ 7.0 version of the driver libraries. These file names end in *_7.so (use .sl instead of .so on HP-UX PA-RISC servers).

    ln -s libmqnotify_7.so libmqnotify.so

    ln -s libmqsadapt_7.so libmqsadapt.so

    ln -s libmqsrtdrv_7.so libmqsrtdrv.so