Creating a queue manager from a command prompt
- Ensure that you have the environment variable MQS_PREFIX set
to refer to a local drive, for example C:\WebSphere MQ. If you
change this, reboot the machine so that the System account picks up the change.
If you do not set the variable, the queue manager is created in the WebSphere MQ default
directory for queue managers.
- Create the queue manager using the crtmqm command.
For example, to create a queue manager called mscs_test in the
default directory, use:
crtmqm mscs_test
- Proceed to Moving a queue manager to MSCS storage.