Canvas CloudAI
Canvas Cloud AI

Message Queue

intermediate
communication
Enhanced Content

Definition

A system that allows applications to communicate by sending messages to a waiting line. Like a post office where letters wait to be picked up.

Real-World Example

When you upload a photo, it goes into a message queue to be processed for different sizes (thumbnail, medium, large) without making you wait.

Cloud Provider Equivalencies

All provide managed messaging to decouple services. SQS and OCI Queue are queue-centric services; Azure Service Bus Queues add enterprise features (sessions, transactions, dead-lettering); Google Cloud Pub/Sub is primarily pub/sub but can be used like a queue via subscriptions and pull delivery.

AWS
Amazon Simple Queue Service (Amazon SQS)
AZ
Azure Service Bus (Queues)
GCP
Google Cloud Pub/Sub
OCI
Oracle Cloud Infrastructure Queue

Explore More Cloud Computing Terms