As part of installing WebSphere for the driver, you should complete the following tasks consecutively. These instructions are for Windows, but you can follow the same procedure for other platforms.
On your messaging server, locate the following jar files:
Copy the jar files to the Identity Manager server.
The following table identifies where to place jar files on an Identity Management server, by platform.
Locate where you installed the installation script during the JMS driver installation. The following table indicates the default directories where scripts are installed, by platform.
Copy the script to your messaging server.
If necessary, restart your eDirectory™ server.
The following instructions are for Windows; equivalent steps vary by platform.
Click > > > .
Right-click the > folder.
Select > .
Fill in the field.
Select the .
Click the button and wait for the operation to finish.
Click > > >
Right-click the > > > folder.
Select > .
Fill in the field.
Under :
Set the field to .
Set the field to .
Set the field to .
From the command line, change directories to Program Files\IBM\WebSphere MQ\Java\bin.
From the command line, execute the following command:
runmqsc QM < idm_mq_install.mqsc
This file is provided only as an example, you might need to customize the content .
From the command-line, execute the following command:
strmqbrk -m QM
You should see a message indicating that the broker is running.
From the command-line, execute the following command:
runmqsc QM < MQJMS_PSQ.mqsc
You should see some tracing indicating successful queue creation.
Download the following support packs:
Decompress the support packs and copy the mqcontext.jar and com.ibm.mq.pcf.jar files to the Program Files\IBM\WebSphere MQ\Java\lib directory.
Edit file Program Files\IBM\WebSphere MQ\Java\bin\JMSAdmin.bat:
@echo off ::add this line at the beginning of the file setlocal ::add these lines before call to java set CLASSPATH=%CLASSPATH%;%MQ_JAVA_LIB_PATH%\com.ibm.mq.pcf.jar set CLASSPATH=%CLASSPATH%;%MQ_JAVA_LIB_PATH%\mqcontext.jar set JRE_PATH=C:\Program Files\IBM\WebSphere MQ\gskit\jre ::replace call to Java "%JRE_PATH%\bin\java" -cp "%CLASSPATH%" -DMQJMS_INSTALL="%MQ_JAVA_INSTALL_PATH%" -DMQJMS_LOG_DIR="%MQ_JAVA_DATA_PATH%"\log -DMQJMS_TRACE_DIR="%MQ_JAVA_DATA_PATH%"\errors -DMQJMS_INSTALL_PATH="%MQ_JAVA_INSTALL_PATH%" com.ibm.mq.jms.admin.JMSAdmin %1 %2 %3 %4 %5 ::add this line at end of file endlocal
Edit the Program Files\IBM\WebSphere MQ\Java\bin\JMSAdmin.config file.
# comment out all of the INITIAL_CONTEXT_FACTORY lines using # comment char “#” and add this line: INITIAL_CONTEXT_FACTORY=com.ibm.mq.jms.context.WMQInitialContextFactory # comment out all PROVIDER_URL lines and add this one: PROVIDER_URL=localhost:1414/SYSTEM.DEF.SVRCONN
From the command line, change directories to Program Files\IBM\WebSphere MQ\Java\bin.
From the command line, execute the following command:
JMSAdmin.bat -v < idm_jms_install.scp
This file is provided as an example only, you may need to customize the content.
To create a User:
Click > > > .
Expand subtree.
Right-click the folder > select .
Specify a username. The scripts referenced in these instructions assume .
Specify a password. The scripts referenced in these instructions assume .
Deselect the check box.
Click the button.
Click the button.
To make the User a member of the mqm Group
Right-click the newly created user > Select .
Select the tab.
Left-click the mqm group
Click .
Click twice.