Create server-connection and client-connection definitions on the server

We can create both definitions on the server, then make the client-connection definition available to the client.

You first define a server-connection channel and then define a client-connection channel:

  • On all platforms, we can use IBM MQ Script (MQSC) commands, programmable command format (PCF) commands to define a server-connection channel on the server machine.
  • On Linux and Windows, we can also use IBM MQ Explorer.
  • On z/OS, we can also use the Operation and Control panels.
  • On IBM i we can also use the panel interface.

Client-connection channel definitions created on the server are made available to clients using a client channel definition table (CCDT).

Parent topic: Configure connections between the server and client


Related tasks