please can any body explain regarding DLQ, rules table we
need to create or it will get created when we run runmqdlq,
appreciate if any body replies.
Answer Posted / afroz
DLQ - Dead Letter Queue
If an application tries to put a message to another
application and if it is not delivered then it goes to the
DLQ. So DLQ is nothing but all undelivered messages stored
in DLQ.
Alterenate Defination:
The dead-letter queue is a local queue where messages are
put if they cannot be routed to their intended destination
You need to create a DLQ at the time of creating a Queue
Manager.
crtmqm -q -d MY.DEFAULT.XMIT.QUEUE -u
SYSTEM.DEAD.LETTER.QUEUE SATURN.QUEUE.MANAGER
where -u is dead letter queue
Hope this Helps
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the effects of using persistent messages?
Tell me what is process definition and what are the attributes does it contain?
How to define a buffer pool for holding messages in main storage?
Maximum connections reached,how you know that and how you verify that?which type of alert you will get?
Explain what are the types of messages?
Which algorithm is followed in retrieving the messages from the queue?
Explain how to create dlq rules table?
Define process definition?
Difference between errors and qmgr errors in websphere mq?
Tell me which queue having current queue depth should be greater than zero?
What is the future in mq if we have 2+exp?
Where do we find the cluster information in websphere mq?
What is transmission queue?
What are the commands used for starting and stopping the queue manager?
Explain where are the backup files are present after creating the queue manager?