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 are different queues used ?
Define ibm mq series?
What does ibm mq mean?
Explain what is the algorithm followed in retrieving the messages from the queue?
What are the difference between internet explorer and netscape navigator on different versions?
What are the effects of using persistent messages?
Explain about the types of queues.
What are the different types of logs in websphere mq?
What is the significance of mq series?
What are the various types of queues?
What is the message server in mqseries?
what is the future in MQ if i have 2+exp?