If the solution designer wishes to ensure that subscribing MQ applications receive message from a topic even if the subscribing MQ application is disconnected from the queue manager at the time the message is published, which action is required?
A. The publishing application must set the message as persistent.
B. The subscribing application must set the message as persistent.
C. The publishing application must set the subscription as durable.
D. The subscribing application must set the subscription as durable.
In order to run MQv7 on a distributed platform with earlier versions of WebSphere MQ running on the same physical server, what must you do?
A. This configuration is not allowed.
B. Install MQv7 into a different directory than previous versions.
C. Map listeners to different ports.
D. Both B and C.
Which of the following functions has been added to WebSphere MQ Explorer in WebSphere MQ v7?
A. Rollback in-doubt transactions from the WebSphere MQ Explorer
B. Change WebSphere MQ administrator password from the WebSphere MQ Explorer
C. Command line interface for WebSphere MQ Explorer
D. Create and configure WebSphere MQ JMS administered objects
Which of the following is NOT required for a WebSphere MQ Client program?
A. A WebSphere MQ client programming API
B. A synchronous connection to the queue manager
C. Queue Manager run-time code on machine where client is running
D. A destination on a queue manager by which to put or get messages
Which of the following is NOT required to be started in order for an MQ client program to get messages from a queue?
A. Queue Manager
B. Queue
C. Client Channel
D. Listener
What authorization rights must a user have in order to retrieve messages from a queue without removing the message from the queue?
A. Inquire
B. Display
C. Get
D. Browse
What is required for WebSphere MQ v7 to support publish-subscribe messaging?
A. A queue manager
B. A publish-subscribe broker that has the same name as the queue manager
C. A separate broker process that is associated with each queue manager
D. A SupportPac is available to provide publish-subscribe functionality
Which of the following WebSphere MQ supported programming APIs is NOT portable to other messaging providers?
A. JMS
B. XMS
C. Web Service
D. Java