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 are the components of the cluster?
List the different types of queues?
What is ibm websphere mqseries?
Explain the difference between binding connection and client connection?
What is the message server in mqseries?
Explain what is intercommunication in mqseries?
What are the difference between internet explorer and netscape navigator on different versions?
Define transmission queue in mqseries?
List the types of messages in mqseries?
What is topic in mq?
Define asynchrony in mq?
What is the significance of mq series?
Explain the difference between local queue and remote queue in wmq?
What is the message client in mqseries?
What is amqp used for?