IBM
C2180-376 · Question #26
A WebSphere MQ application has been designed to use triggering with TRIGTYPE(FIRST). Which of the following is recommended for the program that has been started to process the triggered queue?
The correct answer is D. Do MQGET with the wait option because the trigger message can be put, causing the. See the full explanation below for the reasoning.
Question
A WebSphere MQ application has been designed to use triggering with TRIGTYPE(FIRST). Which of the following is recommended for the program that has been started to process the triggered queue?
Options
- ADo not allow the program to end unless it MQGETs at least one message.
- BMQGET only the number of messages the program is expected to process, so
- CDo MQGET without the wait option so that the application program does not keep the
- DDo MQGET with the wait option because the trigger message can be put, causing the
How the community answered
(63 responses)- A14% (9)
- B3% (2)
- C8% (5)
- D75% (47)
Community Discussion
No community discussion yet for this question.