IBM
C1000-002 · Question #3
An administrator is asked to forward all messages to queue TEST.TEMP' if the messages destined for TEST.LOCAL' end up on the dead letter queue. Which rule in the dead letter handler rules table will…
The correct answer is B. REASON(*) ACTION(FWD) FWDQ(`TEST.TEMP') HEADER(NO) DESTQ(`TEST.LOCAL'). See the full explanation below for the reasoning.
Question
An administrator is asked to forward all messages to queue TEST.TEMP' if the messages destined for TEST.LOCAL' end up on the dead letter queue. Which rule in the dead letter handler rules table will enable the administrator to achieve this objective?
Options
- AREASON(MQRC_Q_FULL) ACTION(FWD) FWDQ(&DESTQ) HEADER(NO)
- BREASON(*) ACTION(FWD) FWDQ(
TEST.TEMP') HEADER(NO) DESTQ(TEST.LOCAL') - CREASON(*) ACTION(RETRY) FWDQ(
TEST.LOCAL') HEADER(NO) INPUTQ(TEST.TEMP') - DREASON(MQRC_Q_FULL) ACTION(IGNORE) FWDQ(`TEST.TEMP') HEADER(NO) DESTQ
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- C4% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.