Configuring EnterpriseOne to Support WebSphere MQ Version 6.0 and Version 7.0
To properly perform this task, you must be logged on as the UNIX user who starts JD Edwards EnterpriseOne services (for example, jde900).
Use this command to change your directory:
cd $SYSTEM/lib
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
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