The use of Shared Queues on z/OS provides which of the following high availability benefits that
are not available on distributed platforms?
A. Workload balancing to allow for multiple MQ Enabled applications to process messages in adual production lane configuration.
B. The ability to have another queue manager process messages in the event a primary queuemanager fails.
C. A platform-based failover capability to provide access to queue data for processing.
D. In the event of a queue manager failure, the ability of one of its peers to provide uninterruptedservice to the queues that the failed queue manager had been processing.
正解:D
質問 2:
A solution depends on messages being dropped during a queue manager restart. These messages are defined as nonpersistent. After a queue manager restarts, the solution designer notes that the messages were not dropped as expected but got processed. Which one of the following options is the likely cause?
A. The application is using permanent dynamic queues
B. The application is putting the messages to a QALIAS with DEFPSIST(NO), however the targetqueue has DEFPSIST(YES) set
C. The application has not set persistence, and the default persistence at the QMGR level isDEFPSIST(YES)
D. The messages reside on a z/OS shared queue
正解:D
質問 3:
A company is in the midst of a large SOA transformation initiative, and is looking to utilize Web Services protocols wherever possible. A solution designer would like to leverage the existing WebSphere MQ infrastructure and skills. The solution designer is instructed to provide guidance regarding platform coverage. Which of the following best meets both requirements and will allow the company to utilize a SOAP stack to process SOAP/MQ messages?
A. Supported Windows and UNIX based systems
B. z/OS supported UNIX and Windows systems
C. All supported WebSphere MQ Platforms
D. Supported UNIX Based systems only
正解:B
質問 4:
A publish/subscribe application is being designed. The requirements are that the published information should not be lost or expire. The subscriber application will connect periodically during the day to process the publications. Which publish/subscribe feature(s) are most appropriate for this type of application?
A. Nondurable subscriber with retained publications
B. Nondurable subscriber
C. Durable subscriber
D. Retained publications
正解:C
質問 5:
A solution designer is considering different API options for a new WebSphere MQ application.
Only IBM supported WebSphere MQ programming options should be considered. Which one of the following is not supported by IBM?
A. WebSphere MQ classes for .NET
B. Perl
C. XMS
D. JMS
正解:B
質問 6:
The solution designer is considering how a WebSphere MQ application program can be made aware of problems when a message it created is delivered by a remote channel agent. Which of the following could be used for this purpose?
A. A GUI utility to display the dead letter queue on the remote queue manager, so that the dead letter header can be browsed.
B. There is no way to determine the success of a put by a remote message channel agent from within the local application program.
C. A report message option can be set by the sending application program
D. The Completion and Reason code in the sending application program
正解:C