Is there a way to suppress a specific MQ Listener so SYSVIEW does not try to connect to it?
The only option I see is to exclude the specific listener in the CNM4BPRM (MQSDATA).
If you only need to stop a listener temporarily and don't want to reconfigure SYSVIEW, you can use a native IBM MQ command. You can do this by entering the command through the SYSVIEW MQ command interface, or directly using an MQSC command.
MQCMDS to access the IBM MQ command interface.STOP LISTENER command. At the command prompt, issue the MQSC command to stop the specific listener.STOP LISTENER(listenername)
START LISTENER command.