Verifying a client installation using the command line

You can verify a client installation using the command line. On the server you create a queue manager, a local queue, a listener, and a server-connection channel. You must also apply security rules to allow the client to connect and make use of the queue defined. On the client you create a client-connection channel, and then use the sample PUT and GET programs to complete the verification procedure.

First, set up the server using the command line, using the instructions in Setting up the server using the command line.

Once you have set up the server, you must set up the client, using the instructions in Connecting a WebSphere MQ MQI client to a queue manager, using the MQSERVER environment variable.

Finally, you can test the communications between client and server, using the instructions in Testing communication between a client and a server.