Bootstrap FreeKB - IBM MQ - Show listeners using the display listener command
IBM MQ - Show listeners using the display listener command

Updated:   |  IBM MQ articles

If you are not sure what an MQ Server Connection Channel is, check out our Getting Started tutorial. These examples are based on Linux.

In this example, MANAGER01 is the name of the queue manager. This assumes that the "mqm" users .bash_profile has been updated to have PATH=$PATH:<root installation directory>/bin.

Display the listner. This assumes you've already created LISTENER01, in this example.

echo "display listener (LISTENER01)" | runmqsc MANAGER01

 

Following is an example of what will be displayed.

LISTENER(LISTENER01)          CONTROL(QMGR)
TRPTYPE(TCP)                  PORT(1414)
IPADDR( )                     BACKLOG(0)
DESCR( )                      ALTDATE(yyyy-mm-dd)
ALTTIME(hh.mm.ss)

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 31df31 in the box below so that we can be sure you are a human.