An administrator has defined two listeners for queue manager QMA with the following two
runmqsc commands: DEFINE LISTENER(ABC) TRPTYPE(TCP) PORT(2414) +
CONTROL(QMGR)REPLACE DEFINE LISTENER(DEF) TRPTYPE(TCP) PORT(2415) +
CONTROL(QMGR)REPLACE The queue manager was then restarted so that both listeners are
running. Which command will stop the listener ABC and leave listener DEF running?

A.
issue shell command endmqlsr m QMA
B.
issue shell command endmqlsr m QMA l ABC
C.
issue shell command ctrlmq m QMA l ABC stop
D.
issue MQSC command STOP LISTENER(ABC)