Is it possible to retrieve a message from a Dead letter
Queue? If possible how?
Answer Posted / riyaz
yes.we can retrieve the messages from dead letter queue handler 'runmqdlq'
Before that we need to know the reason for why msgs went to dlq.
mqrc 0x.......(msg id)
after that we prepare rule table
INPUTQ(DEAD.LETTER.QUEUE) INPUTQM(QMGR NAME)
REASON(2087) ACTION(FWD) FWDQ(QUEUENAME) FWDQM(QMGR NAME
then
runmqdlq dlqnane Qmgrname <rule table path.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is topic in mq?
Name the algorithm is followed in retrieving the messages from the queue?
How you set authentication in websphere mq?
Explain what is the effect of using persistent messages?
What is process definition?
how do you check the status of the queue in websphere mq?
Tell me how does mq support the integration?
What is the backup queue of the qmgr?
What is mqseries cluster?
Explain the difference between mq version 6 and 7?
Define initiation queues?
What is mq listener?
What are the different types of messages in mqseries?
What is ibm websphere mqseries?
What are different types of queues in mq?