nerdexam
IBM

C2180-374 · Question #73

An administrator was asked to start an application testapp.exe when the first message arrives on queue TEST.TRIGGER. The administrator runs the following MQSC commands: DEFINE QLOCAL,(TEST.TRIGGER)…

The correct answer is B. The value of attribute TRIGTYPE should be1. C. The attribute QUEUE(TEST.TRIGGER) must be added to the definition TEST.PROCESS. See the full explanation below for the reasoning.

Question

An administrator was asked to start an application testapp.exe when the first message arrives on queue TEST.TRIGGER. The administrator runs the following MQSC commands:

DEFINE QLOCAL,(TEST.TRIGGER) + PROCESS (TEST.PROCESS) + TRIGGER + INITQ (IMIT.QUEUE) + TRIGDPTH (1) + TRIGMPRI (5) + TRIGTYPE (FIRST) DEFINE PROCESS (TEST.PROCESS) + APLICID (testapp.exe) DEFINE QLOCAL (INIT.QUEUE) The administer then starts the trigger monitor on INIT,QUEU, and puts a message onto TEST.TRIGGER, but notices that the application testapp.exe does not start. What could be the likely cause for testapp.exe not to start?

Options

  • AAt least 5 messages should be put on TEST.TRIGGER to start the application.
  • BThe value of attribute TRIGTYPE should be1.
  • CThe attribute QUEUE(TEST.TRIGGER) must be added to the definition TEST.PROCESS.
  • DThe priority of the message put on TEST.TRIGGER is not sufficient to start application.

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    75% (15)
  • D
    20% (4)

Community Discussion

No community discussion yet for this question.

Full C2180-374 Practice