For MQ Advanced for distributed platforms, which two components are included? (Select two.)
A. MQ Appliance
B. Managed File Transfer
C. MessageSight
D. IBM MQ Internet Pass-Thru
E. Advanced Message Security
When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the shared queues held?
A. VSAM database
B. External SQL Server
C. Shared DB2 repository
D. Shared Oracle database
An administrator has a new application that sends 2MB messages to a remote queue manager, which is
significantly larger than current messages which are 50KB.
How can an administrator ensure minimal impact on the existing environment?
A. Set the workload balancing option to MIXEDSIZE.
B. Require the queue manager to use message chunking.
C. Set MSGGROUP to TRUE and MSGSIZE to a value of 2MB.
D. Use separate channels and transmit queues for the new messages.
An administrator is troubleshooting a 2035 MQRC_NOT_AUTHORIZED error. Which command can the administrator use to check all authorizations for a queue manager named QMA?
A. dspmq -m QMA -all
B. dmpmqlog -m QMA -auth
C. dspmqaut -m QMA -n mqm -t queue
D. dmpmqaut -m QMA >/tmp/QMA.dmpmqaut.txt
A business application has been removed from the mqm group but still has privileged authority through OAM access grants. The MQ administrator must delete the authorizations that grant administrative access to the queue manager while retaining those that do not.
Which access grant should the administrator retain?
A. +crt on Queues
B. +all on the Command Queue
C. +chg on the Queue Manager
D. +setall on the Default Model queue
What setting of the MONQ attribute should be used to stop capturing monitoring data for all queues on the Queue Manager?
A. OFF
B. NONE
C. FALSE
D. DISABLE
It is suspected that a poor programming technique has been used in coding an application that uses an MQ queue (Q1). The application puts a high volume of small messages to the queue. It has been observed that when the application is running, server CPU resource usage increases sharply.
Which command(s) will provide the administrator with the data needed to confirm or reject the poor programming technique?
A. ALTER QMGR STATMQI(ON)
B. ALTER QLOCAL(Q1) STATMQI(ON)
C. ALTER QLOCAL(Q1) ACCTQ(QMGR) ALTER QMGR ACCTINT(10) ACCTQ(NONE)
D. ALTER QMGR STATCHL(ON) STATQ(NONE) ALTER QLOCAL(Q1) STATQ(QMGR)
An administrator executes the following control command: crtmqm -q -d Q2 QM1
What is the effect of the above command?
A. The command creates default queue manager QM1 and specifies Q2 as its default transmission queue.
B. The command creates default queue manager QM1 and specifies Q2 as its dead letter queue.
C. The command creates queue manager QM1, queue Q2, and specifies Q2 as its default transmission queue.
D. The command creates queue manager QM1, queue Q2, and specifies Q2 as its dead letter queue.
An application connected to QM1 puts messages on QR1, which is a remote definition of a local queue
QL2 on queue manager QM2.
The configuration is as follows:
crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE(`QR1') RQMNAME(`QM2') RNAME(`QL2')
The channels between QM1 and QM2 are stopped.
Where should the administrator look for the message?
A. XMITQ on QM1
B. XMITQ on QM2
C. Local queue on QM1
D. Local queue on QM2
Statistics must be gathered for a channel on a distributed platform queue manager which connects to a z/
OS queue manager. The channel will be processing a very high message volume and the processing
impact to the distributed queue manager must be minimized.
What is the appropriate setting for the STATCHL property of the channel definition?
A. Low
B. High
C. Medium
D. Low with the QMGR STATCHL property set to NONE