dlq - dead letter queueif an application tries to


DLQ - Dead Letter Queue

If an application tries to put a message to one more application and if it is not delivered then it goes to the DLQ. So DLQ is not anything 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 require to make 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.     

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: dlq - dead letter queueif an application tries to
Reference No:- TGS0222158

Expected delivery within 24 Hours