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



please can any body explain regarding DLQ, rules table we need to create or it will get created wh..

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

please can any body explain regarding DLQ, rules table we need to create or it will get created wh..

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

please can any body explain regarding DLQ, rules table we need to create or it will get created wh..

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

Post New Answer

More MQSeries Interview Questions

Maximum connections reached,how you know that and how you verify that?which type of alert you will get?

0 Answers   IBM,


How you change the logprimary files,logsecondary files?where you change? explain in commands?

1 Answers   IBM,


Tell me what is process definition and what are the attributes does it contain?

0 Answers  


Explain how to define a buffer pool for holding messages in main storage?

0 Answers  


what is sequel number mismatch? how to resolve

4 Answers   Bank Of America,






Explain the difference between mq version 6 and 7?

0 Answers  


which queue having current queue depth should be greater than zero?

4 Answers   IBM,


What is ibm mq channel?

0 Answers  


What are difference between dead letter queue and backout queue in websphere mq?

0 Answers  


Explain where are the backup files are present after creating the queue manager?

0 Answers  


Is it possible to retrieve a message from a Dead letter Queue? If possible how?

10 Answers   CTS, IBM,


List the types of messages in mqseries?

0 Answers  


Categories