Posted by: Pdfprep
Post Date: March 27, 2021
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?
A . REASON(MQRC_Q_FULL) ACTION(FWD) FWDQ(&DESTQ) HEADER(NO)
B . REASON(*) ACTION(FWD) FWDQ(‘TES
C . TEMP’) HEADER(NO) DESTQ(‘TES
D . LOCAL’)
E . REASON(*) ACTION(RETRY) FWDQ(‘TES
F . LOCAL’) HEADER(NO) INPUTQ(‘TES
G . TEMP’)
H . REASON(MQRC_Q_FULL) ACTION(IGNORE) FWDQ(‘TES
. TEMP’) HEADER(NO) DESTQ(‘TES
. LOCAL’)
Answer: A