Home
Displaying queue manager attributes
To display the attributes of the queue manager specified on the runmqsc command, use the following MQSC command:
DISPLAY QMGRTypical output from this command is shown in Figure 1.
Figure 1. Typical output from a DISPLAY QMGR commandDISPLAY QMGR 1 : DISPLAY QMGR AMQ8408: Display Queue Manager details. QMNAME(SATURN) ACCTCONO(DISABLED) ACCTINT(1800) ACCTMQI(OFF) ACCTQ(OFF) ACTIVREC(MSG) ALTDATE(2005-02-09) ALTTIME(17.21.40) AUTHOREV(DISABLED) CCSID(850) CHAD(DISABLED) CHADEV(DISABLED) CHADEXIT( ) CHLEV(DISABLED) CLWLDATA( ) CLWLEXIT( ) CLWLLEN(100) CLWLMRUC(999999999) CLWLUSEQ(LOCAL) CMDLEVEL(600) COMMANDQ(SYSTEM.ADMIN.COMMAND.QUEUE) CRDATE(2005-02-09) CRTIME(17.21.40) DEADQ() DEFXMITQ( ) DESCR( ) DISTL(YES) INHIBTEV(DISABLED) IPADDRV(IPV4) LOCALEV(DISABLED) LOGGEREV(DISABLED) MAXHANDS(256) MAXMSGL(4194304) MAXPRTY(9) MAXUMSGS(10000) MONACLS(QMGR) MONCHL(OFF) MONQ(OFF) PERFMEV(DISABLED) PLATFORM(WINDOWSNT) QMID(SATURN_2005-02-09_02.00.31) REMOTEEV(DISABLED) REPOS( ) REPOSNL( ) ROUTEREC(MSG) SCHINIT(QMGR) SCMDSERV(QMGR) SSLCRLNL( ) SSLCRYP( ) SSLEV(DISABLED) SSLFIPS(NO) SSLKEYR(C:\\IBM\WebSphere MQ\Qmgrs\saturn\ssl\key) SSLRKEYC(0) STATACLS(QMGR) STATCHL(OFF) STATINT(1800) STATMQI(OFF) STATQ(OFF) STRSTPEV(ENABLED) SYNCPT TRIGINT(999999999)The ALL parameter (the default) on the DISPLAY QMGR command displays all the queue manager attributes. In particular, the output tells you the default queue manager name (saturn.queue.manager), the dead-letter queue name (SYSTEM.DEAD.LETTER.QUEUE), and the command queue name (SYSTEM.ADMIN.COMMAND.QUEUE).
We can confirm that these queues exist by entering the command:
DISPLAY QUEUE (SYSTEM.*)This displays a list of queues that match the stem SYSTEM.*. The parentheses are required.
Parent topic:
Working with queue managers
fa11200_
Home