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 ibm websphere mqseries?
Explain what is the effect of using persistent messages?
Define the two parts of message queue (mq)?
What is the message client in mqseries?
Tell me which queue having current queue depth should be greater than zero?
Explain the difference between mq version 6 and 7?
List the different types of queues?
Can you please explain the types of queues?
How to connect to mwseries from power builder 8.0?
please let me know the command to create topic and subscription in cluster... mq series?
I am having 4 years of exp in S/w Testing. I am planing to change my technologies. recently I learnt MQ series. I am looking for FAQ's . Please Help me anyone.
Explain some rules for using mqsc commands?
Why is mq used?
What are difference between dead letter queue and backout queue in websphere mq?
What is the difference between local queue and remote queue in wmq?