Tutorial 3: Sending a message on a client-server configuration
A tutorial to set up messaging between client and server machines, sending a message from the client, and verifying its receipt.
Before you begin
Before starting this tutorial, you need to find out the name which identifies the server which hosts queue manager QM_ORANGE on the network from your system administrator.
You are currently in the IBM WebSphere MQ Explorer help. To grant the client the access rights to put messages on to a queue, see Preparing and running the sample programs in the IBM online IBM WebSphere MQ product documentation.
About this task
You set up the server by creating a server-connection channel. You then set up the client by defining the MQSERVER environment variable. Finally, you put a test message from the Client onto QM_ORANGE which sends it to queue Q1 on QM_APPLE and you verify that the message was sent.
When you have completed this tutorial, you should have a basic understanding of how to set up messaging on a WebSphere MQ MQI client-server configuration.