Set up the server using IBM MQ Explorer on Linux
We can use the IBM MQ Explorer to create the server objects that we need to verify your client installation.
About this task
To verify your installation, we must first create a queue manager, a local queue, a listener and a server-connection channel on 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 you 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 Linux. Parent topic: Set up the server and client using IBM MQ Explorer on Linux
Related tasks