C2180-374 · Question #1
The warehouse application is reporting issues with trying to read messages from its input message queue, PRIME_REPOS_Q. There are three applications that access this queue via QALIAS definitions, as…
The correct answer is A. ALTER QLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED). See the full explanation below for the reasoning.
Question
The warehouse application is reporting issues with trying to read messages from its input message queue, PRIME_REPOS_Q. There are three applications that access this queue via QALIAS definitions, as follows:
DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE2_AQ)TARGET (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE3_AQ) TARGET (PRIME_REPOS_Q) The warehouse application has notified the operations team they need to stop the incoming messaging traffic while they work to resolve their message read issue. What action does the operation team need to take to fulfill the warehouse application teams request? Issue the command(s):
Options
- AALTER QLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED)
- BALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED)
- CALTER QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) PUT(DISABLED)
- DALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED)
How the community answered
(33 responses)- A82% (27)
- B12% (4)
- C3% (1)
- D3% (1)
Community Discussion
No community discussion yet for this question.