Set up the server using IBM MQ Explorer on Windows
On the server, you create a queue manager, a local queue, a listener and a server-connection channel. On the client system you create a client-connection channel. Then from the command line we use the sample PUT and GET programs to complete the verification procedure.
We can use the IBM MQ Explorer to create a queue manager, queue and server-connection channel on Windows. This topic describes the tasks necessary to set up the server.
Procedure
-
Create a queue manager:
- Open IBM MQ Explorer.
- Right-click the folder called Queue Managers, select New > Queue Manager.
- In the first entry field, type the queue manager name, QUEUE.MANAGER.1, and click Finish.
-
Create a local queue:
- Expand the queue manager we have just created and right-click queues.
- Select New > Local Queue.
- Enter the queue name, QUEUE1, and click Finish.
-
Define the server-connection channel:
- Right-click Channels.
- Select New > Server Connection Channel.
- Enter the channel name, CHANNEL1, and click Next.
- In the dialog navigation pane, click MCA to open the MCA page.
- In the MCA User ID field, enter a userid that is a member of the mqm group, typically your own.
- Click Finish.
-
Run the listener.
The listener is automatically started when the queue manager is configured. To check that the listener is running, open Listeners and look for LISTENER.TCP.
What to do next
Set up the client. See Set up the client using IBM MQ Explorer on Windows.