find port number of IBM MQ Queue Manager
问题 I have created a queue manager using these commands in a linux machine crtmqm MQ1 strmqm MQ1 runmqsc MQ1 the queue manager is created successfully, i wanted to know on which port is the queue manager MQ1 running, i tried all possible ways netstat -au and also ps -ef command. It looks like it is running on a different port. I am unable to find the correct port number where it is running, could anyone help? 回答1: Use netstat as root with -p option sudo netstat -nltp [sudo] password for root: