Set up the installation
To verify your installation first perform this task. From a shell window, use these steps to create a queue manager and a queue:
- Log in as a user in the mqm group
- Create a default queue manager called venus.queue.manager by entering the following command:
crtmqm -q venus.queue.managerYou will see messages telling you that the queue manager has been created, and that the default WebSphere MQ objects have been created.- To start the queue manager, type:
strmqmA message tells you when the queue manager has started.- Enable MQSC commands by typing:
runmqscA message tells you that an MQSC session has started. MQSC has no command prompt.- Define a local queue called ORANGE.QUEUE by entering the following command:
define qlocal (orange.queue)A message tells you when the queue has been created.- Stop MQSC by typing:
endYou will see some messages, followed by the command prompt.
You have now defined:
- A default queue manager called venus.queue.manager
- A queue called ORANGE.QUEUE
Now proceed to Testing the installation to verify your installation.
Parent topic:
Verifying a local installation
lq10480_