If the destination queue does not exist, where will the message be put to..
-
Alias Queue
-
Transmission Queue
-
Cluster Queue
-
DeadLetter Queue
The Dead Letter Queue (DLQ) captures messages that cannot be delivered to their destination queue because it doesn't exist, is full, or other routing failures. This prevents message loss and allows administrators to inspect and optionally retry failed messages.
In messaging systems like IBM MQ, if a message cannot be delivered to its intended destination queue because that queue doesn't exist (or is otherwise unavailable), the message manager routes it to the Dead Letter Queue so it isn't silently lost. Alias and transmission queues serve different routing/reference purposes, not undeliverable-message handling.