Where does the message get delivered?
A system administrator has defined the following MQ objects on three queue managers. An application connects to queue manager QM1 to put a message on ALIAS.Q99.
Where does the message get delivered?
QM1 DEFINE QALIAS(ALIAS.Q99) TARGET(Q99) DEFINE QREMOTE(Q99) RNAME(Q99) RQMNAME(QM3) ALTER QMGR DEFXMITQ(QM2) DEFINE QL(QM2) USAGE(XMITQ) DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP) REPLACE + DESCR(‘Sender channel to QM2’) XMITQ(QM2)+ CONNAME(‘9.20.9.32(1412)’)
QM2 DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP)REPLACE ALTER QMGR DEFXMITQ(QM3) DEFINEQL(QM3) USAGE(XMITQ) DEFINE CHANNEL(QM2.TO.QM3) CHLTYPE(SDR) TRPTYPE(TCP) REPLACE + DESCR(‘Sender channel to QM3’) XMITQ(QM3)+ CONNAME(‘9.20.9.33(1415)’)
QM3 DEFINE CHANNEL(QM2.TO.QM3) CHLTYPE(RCVR) TRPTYPE(TCP)+ REPLACE DESCR(‘Receiver channel from QM2’) DEFINE QL(Q99)
What MQSC command can an administrator use to help diagnose the problem?
An application developer needs help understanding why a publishing application is failing when trying to publish on topic RE/Current/Bids.
What MQSC command can an administrator use to help diagnose the problem?
What is the most probable cause of the performance slowdown?
The operations team has created a new queue manager infrastructure using default settings to support the deployment of a company’s new database warehousing application. This application sends messages to applications running on other queue managers, which process the messages and send replies. After deployment of the application the message throughput is much lower than expected. The operations team doesn’t notice any resources issues with disk space, memory usage, or CPU usage, however, they do notice that there are many more messages on the replyto- queues than expected. They also notice that error messages are frequently generated as the application processesreply messages.
What is the most probable cause of the performance slowdown?
What setup should the architect recommend toachieve this?.
An IBM WebSphere MQ architect is planning an infrastructure for a banking application which cannot lose any messages.
What setup should the architect recommend toachieve this?.
In order to recover messages after a system failure, the messages need to be:
A bank application sends critical financial messages on a queue so that other applications can process them. In order to recover messages after a system failure, the messages need to be:
Which MQSC command will successfully configure the queue manager so that the application can receive messages
An application receives messages from a queue APPQ using MQGET.
Which MQSC command will successfully configure the queue manager so that the application can receive messages published to topic Stock/IBM/Price?
Which of the following objects does the authority checking occur on?
An application wants to put messages onto a queue RQ on queue manager QM2 defined as follows: DEFINE QREMOTE(RQ) XMITQ(XQ) RNAME(Q1) RQMNAME(QM1)
Which of the following objects does the authority checking occur on?
Which of the following options are possible for the users to perform?
An administrator defines three topics on queue manager on AIX: TopicAlpha with the topic string P/Q TopicBeta with the topic string P/Q/R TopicSigma with the topic string P/Q/R/S The administrator then grants authority to the topics as shown below. User1 – Publish and Subscribe on TopicAlpha User2 – Publish on TopicBeta and Subscribe on TopicSigma
Which of the following options are possible for the users to perform?
On which of the following objects does the administrator need to specify the SSLCIPH attribute?
Which of the folloAn application is designed to send messages to queues Q1 and Q2 on queue manager QM1 using a server-connection channel CH1. An administrator is asked to implement SSL on IBM WebSphere MQ.
On which of the following objects does the administrator need to specify the SSLCIPH attribute?
Which one of the following commands does the administrator need to use for this purpose?
An administrator is asked to check whether existing channels with transport type of TCP are SSL enabled.
Which one of the following commands does the administrator need to use for this purpose?