Which of this is not a type of MQ Queue?
-
Local Queue
-
Remote Queue
-
Alias Queue
-
Global Queue
D
Correct answer
Explanation
In IBM MQ (WebSphere MQ), the standard queue types are Local Queue, Remote Queue, Alias Queue, and Model Queue. A 'Global Queue' is not a recognized queue type in the MQ architecture, making it the correct answer to 'which is NOT a type'. Local queues store messages locally, remote queues define queues on other queue managers, and alias queues provide alternative access paths to existing queues.