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.
Answers were Sorted based on User's Feedback
Answer / atul sharma
As we know Dead Letter Queue Used for storing the messages
those are not routed or their Transmission Queue is Not
Present OR Queue Manager Down .
We make Rule table for Dead letter Queue by which all
messages are easly routed to there destination queue when
application starts.
Rule Table for DLQ is:- INPUTQM(QMGR NAME) INPUTQ(QUEUE
NAME) REASON(CODE) ACTION(FWD) FWDQ(QUEUE NAME) HEADER(Y/N)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / raj
DLQ
It means dead letter queue,also said to be as a fail over
queue.
There is one system dead letter queue available
if u want u can use that one
or u want u create ur own queue.
If anything happens to the main queue the messege will go
to the dead letter queue.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
What is ibm websphere mqseries?
where the error logs in Appear in Z/OS?
Explain the types of queues?
What is the significance of mq series?
Can you explain some reserved queue names of ibm websphere mq?
What information we have in auto define channel?
What is intercommunication?
List the different types of queues?
What is the algorithm followed in retrieving the messages from the queue?
what is sequel number mismatch? how to resolve
List the types of messages in mqseries?
how to insert or retrieve only 2000 records with having 10000 records