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 |
Define asynchrony in mq?
What is a queue in mqseries?
Is it possible to retrieve a message from a Dead letter Queue? If possible how?
10 Answers CTS, IBM,
Explain what is intercommunication in mqseries?
Why do we do clustering?
Difference between full & partial repository in websphere mq?
List the types of messages in mqseries?
How to create dlq rules table?
Define dead letter queue?
In cluster queue manager losed.which type of precautions you take??
Which websphere mq version have you worked?
what is the future in MQ if i have 2+exp?