On windows using command prompt
- Use the below command to install IBM MQ
msiexec /i "MQ_INSTALLATION_MEDIA\MSI\IBM WebSphere MQ.msi" /l*v c:\wmqinslogs\install.log AGREETOLICENSE="YES"
- Set up env variables
C:\Program Files\IBM\MQ\bin\setmqenv" -s
- check if MQ is installed correctly. The below command should return version and other installation details.
dspmqver
Leave a Reply