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.

  1. Select the queue manager, queue.manager.1

  2. Select Advanced, then Client Connection, then New, then Client Connection Channel.

    Enter the channel name, CHANNEL1, for the client connection, and click Next

  3. Enter the queue manager name, queue.manager.1

  4. 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

  5. Click Finish.

  6. 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