Creating the queues on the sending queue manager
Before you begin
About this task
You can perform this task using either of the following interfaces:
Creating the queues on the sending queue manager using IBM MQ Explorer
About this task
Procedure
- In the Navigator view, expand the Queue Managers folder.
- Expand queue manager QM_ORANGE.
- Right-click the Queues folder, then
click . The New Remote Queue Definition wizard opens.
- In the Name field, type Q1
- Click Next.
- In the Remote queue field, type Q1
- In the Remote queue manager field, type QM_APPLE
- In the Transmission queue field, type QM_APPLE
- Click Finish. You have now created the remote queue definition.
- Click the QM_ORANGE queue manager.
- Right-click the Queues folder, then
click The New Local Queue wizard opens.
- In the Name field, type QM_APPLE
- Click Next.
- In the Usage field, select Transmission.
- Click Finish. You have now created the transmission queue on the local machine.
Results
The new queues, Q1 and QM_APPLE, are displayed in the Content view.
If the queues are not displayed in the Content view, click Refresh in the Content view.
Creating the queues on the sending queue manager using MQSC
About this task
Procedure
Results
You have now created the queues on the sending queue manager. The next task is to create the message channel between the sending and receiving queue managers.