server-connection, channel" /> Defining the server-connection channel
Home

 

Defining the server-connection channel

  1. If your server platform is not z/OS, you first create and start a queue manager and then start MQSC commands. See Creating a queue manager and starting MQSC on the server

  2. On the server machine, define a channel with your chosen name and a channel type of server-connection.

    For example:

    DEFINE CHANNEL(CHAN2) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
    DESCR('Server-connection to Client_2')

    This channel definition is associated with the queue manager running on the server.