Home

 

Set up the WebSphere MQ client

When an WebSphere MQ application is run on the WebSphere MQ client, it requires the name of the MQI channel, the communication type, and the address of the server to be used. You provide this by defining a client-connection channel. The name used must be same as the name used for the server-connection channel defined on the server. In this example, two methods are used to define the client-connection channel;

Before starting, type

ping server-address (where server-address is the TCP/IP hostname of the server) to confirm that your WebSphere MQ client and server TCP/IP sessions are correctly configured. You can use the network address, in IPv4 dotted decimal form (for example 9.20.9.30) or IPv6 hexadecimal form (for example fe80:43e4:0204:acff:fe97:2c34:fde0:3485), in the

ping command instead of the hostname.

If the

ping command fails, check that your TCP/IP software is correctly configured.



 

Home