MQ is an Asynchronous Messaging Middleware.
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.