Multiple choice technology web technology

MQ is an Asynchronous Messaging Middleware.

  1. True

  2. False

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

MQ (Message Queue) middleware provides asynchronous messaging, where senders and receivers do not need to be active simultaneously. The sender places a message and can continue; the receiver processes it later. This decoupling is fundamental to MQ architecture.