Home
Defining a client-connection channel using WebSphere MQ Explorer
We can use WebSphere MQ Explorer to define the client-connection if you are setting up the client and server on the same machine. The following steps will define the client-connection end of the channel.
- Select the queue manager, queue.manager.1
- Select Advanced, then Client Connection, then New, then Client Connection Channel.
Enter the channel name, CHANNEL1, for the client connection, and click Next
- Enter the queue manager name, queue.manager.1
Enter the following as the connection name:
server-address(port)Where:
server-address is the TCP/IP hostname of the server
(port) is the TCP/IP port number the server is listening on
- Click Finish.
- Set the MQCHLLIB environment variable:
- For Windows clients, enter the following command:
SET MQCHLLIB=mqmtop\Qmgrs\queue!manager!1\@ipcc- For UNIX clients, enter the following command:
export MQCHLLIB=mqmtop/Qmgrs/queue!manager!1/@ipcc
Home