Set up the installation
Use the following steps to install a queue manager and a queue:
- Create a default queue manager...
crtmqm -q mydefault.queue.managerThe -q option specifies that this queue manager is the default queue manager.
Messages tell you that the queue manager is created, and that the default WebSphere MQ objects are created.
- Start the default queue manager.
strmqmA message tells you when the queue manager starts.
- Enable MQSC commands by entering the following command:
runmqscThe message...
Starting MQSC for queue manager mydefault.queue.manager...is displayed when the MQSC session starts. MQSC has no command prompt.
- Define a local queue...
define qlocal(orange.queue)Text entered in MQSC in lowercase is converted automatically to uppercase unless enclosed in single quotes. For example, when running commands outside of MQSC, reference uppercase ORANGE.QUEUE.
The message...
WebSphere MQ queue created...is displayed when the queue is created.
- Exit MQSC...
end- The following messages are displayed, then the command prompt is displayed again:
One MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed.
Parent topic:
Verifying a local installation