nerdexam
IBM

C2180-376 · Question #87

An application needs to display the last published message every five minutes. What is the best way of doing this?

The correct answer is C. Use MQSUB with MQSO_PUBLICATIONS_ON_REQUEST and call MQSUBRQ every five. See the full explanation below for the reasoning.

Question

An application needs to display the last published message every five minutes. What is the best way of doing this?

Options

  • AUse MQSUB with SubExpiry set to 300.
  • BUse MQSUB with MQSO_PUBLICATIONS_ON_REQUEST option and SubExpiry set to 300.
  • CUse MQSUB with MQSO_PUBLICATIONS_ON_REQUEST and call MQSUBRQ every five
  • DUse MQSUB with MQSO_NEW_PUBLICATIONS_ONLY and call MQSUBRQ every five

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    10% (3)
  • C
    79% (23)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C2180-376 Practice