Multiple choice technology web technology

Which of the following is not a real queue?

  1. Local Queue

  2. Initiation Queue

  3. Remote Queue

  4. Dead Letter Queue

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Local Queue, Initiation Queue, and Dead Letter Queue all physically store messages in the Queue Manager's storage. A Remote Queue is just a definition object - it's a pointer that tells MQ where the actual queue is located (on another Queue Manager). Remote queues don't store messages themselves; they resolve to a transmission queue and a target queue on another system.