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 is topic in mq?
Explain what is the algorithm followed in retrieving the messages from the queue?
What are the commands used for starting and stopping the queue manager?
Which algorithm is followed in retrieving the messages from the queue?
Tell me how to find how many messages are passed through the particular channel is it possible to find it?
Why do we use mq?
Described about the message sizes?
Explain the difference between logfile & log space?
What is a message in mqseries?
Maximum connections reached,how you know that and how you verify that?which type of alert you will get?
Define transmission queue in mqseries?
What is mq listener?
Define initiation queues?
What are the components of the cluster?
Explain where are the backup files are present after creating the queue manager?