An application is putting messages on queue TEST.QUEUE. The queue manager is running on mydomain.company.com listening on the default port. The IBM WebSphere MQ Bridge for HTTP was deployed under the context WMQBridge in an IBM WebSphere Application Server listening on port 9082 on the same machine. How can an AJAX application running on a remote machine perform a destructive get of messages from TEST.QUEUE?
An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to configure the installation to store the queue managers data files under a directory tree different from the default specified by the installation. After creating the appropriate directory tree, the administrator should:
An application publishes persistent stock quote messages every 5 seconds. The subscribers are only interested in the latest quotes. During the tests, it is found that the message delivery speed is slow. In order to improve the application performance, which of the following actions is appropriate?
An administrator needs to start three channels (QM1.TO.QM2, QM1.TO.QM3 and QM1.TO.QM4) simultaneously whenever a message is placed on queue QLOCAL on QM1. QLOCAL has been set for triggering with trigger type as first. Which actions will accomplish this task?
A company has its retail business applications running on IBM WebSphere MQ infrastructure across heterogeneous platforms. After a recent failure, the company set up a failover mechanism where a centrally located z/OS server hosts the main application and applications on other servers connect to the main application using distributed queuing. What term best describes this topology?
An administrator has created the following
MQ objects on two systems:
SYSTEM A
crtmqm -C VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIE DEFINE QR(APPLE) RQMNAME
(FRUIT) RNAME(PEACH) DEFINE QL(DLQ) DEFINE QL(POTATO) USAGE(XMITQ) DEF CHL
(VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('9.84.100.7(1414)) + XMITQ('POTATO') SYSTEM B
crtmqm -C FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUIT DEFINE QL(GRAPE) USAGE(XMITQ)
DEFINE QL(PEACH) DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP)
An applicationconnects to queue manager VEGGIE and puts a message to queue APPLE. On which queue does the message get delivered before it gets picked up by the sender channel?
A company has decided to convert some of their existing queue managers to be full repositories for a new cluster they are creating. Which of the following statements is correct regarding the selection of the companys queue managers to be a full repository?
An administrator has discovered that the primary queue manager (PRIME) has been corrupted and is no longer usable. The queue manager was created with the command: crtmqm PRIME. What does the administrator need to do to recover the queue manager?