An administrator has been asked to make changes to MQ config so that the MQ client application APP_A connecting to queue manager QM1 can reconnect automatically without re-starting the applications. What does the administrator need to configure to achieve this?
A. Alter QMGR and set the attribute RECONN(YES)
B. Alter SVRCONN channel and set attribute AUTOCONN(TRUE)
C. Configure DefRecon attribute of CHANNELS stanza in mqclient.ini
D. Configure AutoConnect attribute of CHANNELS stanza in mqclient.ini
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
In application triggering what is the role of trigger monitor process?
A. It monitors the initiation queue and based on trigger message issues a command to start an application.
B. It monitors the transmission queue and based on trigger message issues a command to start an application.
C. It monitors the application queue and when the trigger conditions are met and issues a command to start an application.
D. It monitors the application queue and when the trigger conditions are met, it creates a message and puts it on initiation queue.
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.
What must be done before an administrator can take a full backup of a queue manager's files?
A. The queues must be cleared.
B. The channels must be stopped.
C. The queue manager must be stopped.
D. The administrator must copy the logs over to DR site.
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)
On AIX when migrating to MQv9, which command is required to make the latest version of the installation the primary installation?
A. setmqm
B. setmwenv
C. setmqaut
D. setmqinst
An existing application periodically announces price changes by putting messages to a queue. To make the price messages available as publications without changing the application, the output queue has been deleted and replaced with a queue alias that has TARGTYPE(TOPIC) TARGET(`PRICES'). Which authorization is required to allow the application to publish using the new alias?
A. Grant +put to the alias only
B. Grant +pub to the alias and +pub to the PRICES topic object
C. Grant +put to the alias and +pub to the PRICES topic object
D. Grant +put to the alias and to each of the subscriber queues
Which FFST Report field can be used to trigger tracing to start?
A. FDC ID
B. FFST ID
C. Error ID
D. Probe ID
All of a company's IBM MQ installation (z/OS) are LTS (Long Term Support) releases. What must the OPMODE be set to after a migration is complete, in order to allow a backwards migration?
A. COMPAT
B. OLDFUNC
C. NEWFUNC
D. ROLLBACK