Verification requires you to start the default WebSphere® MQ listener on the port number that
you specify when setting up the client-connection channel. By
default the listener will listen on port 1414. If you are not going to change
the default port when setting up the client workstation, no action is required,
proceed to the next step. If you are going to use a different port when setting
up the client workstation, alter the definition of the system.default.listener.
For example, to use port 2001, enter the command in the MQSC window:
alter listener(system.default.listener.tcp) trptype(tcp) port(2001)
Note: To check which ports are free enter the following command:
netstat -an
This
will show you a list of running processes. Check the port number of each of
the processes to see if the port you plan to use is already in use. The port
number is in the Local Address column. The information is given in the form
computer_name:port_being
_used