Create the queue manager using IBM MQ Explorer on the sending machine
About this task
This process cannot be done remotely. It must be done locally on the sending machine:Procedure
- Start IBM MQ Explorer.
- In the Navigator view, right-click the Queue Managers folder, then click New > Queue Manager The Create Queue Manager wizard opens.
- In the Queue Manager name field, type QM_ORANGE.
- Click Next twice to go to the Enter configuration options section of the wizard.
- Select Create server-connection channel.
- Ensure that Automatic is selected from the Select type of queue manager startup option.
- Click Next to go to the Enter listener options section of the wizard.
- Ensure that the Create listener configured for TCP/IP check box is selected.
- If the Finish button is not available, type another port number in the Listen on port number field. If the current value is 1414, try typing 1415 or 1416
- Click Finish.
Results
An icon representing this queue manager is displayed in the Queue Managers folder in the Navigator view of IBM MQ Explorer, and the queue manager automatically starts running after you create it.Create the sending queue manager using MQSC
About this task
Open a command prompt on the sending machine and follow these steps:Procedure
-
Create a default queue manager called QM_ORANGE by typing the command:
crtmqm QM_ORANGE
Messages tell you that the queue has been created and that the default IBM MQ objects have been created. - Start this queue manager by typing the command:
strmqm QM_ORANGE
A message tells you when the queue manager has started.
Results
We have now created the sending queue manager.