Queue
Icon-Architecture/32/Arch_Amazon-Simple-Queue-Service_32
AWS

AWS SQS

Implements Queue.

PaaS

Amazon Simple Queue Service (SQS) is a fully managed message queue that decouples and buffers work between distributed application components. Producers send messages to a queue and consumers process them at their own pace, smoothing out load spikes and improving fault tolerance. It offers standard queues for maximum throughput and FIFO queues when strict ordering and exactly-once processing matter.

Capabilities

  • Decouple producers and consumers
  • Buffer load spikes
  • At-least-once delivery
  • Dead-letter handling

Primitive

QueueThis component is an implementation of Queue. Visit the primitive to learn more about what purpose it serves.

Related services · AWS

Icon-Architecture/64/Arch_AWS-Lambda_64
AWS Lamda
Icon-Architecture/64/Arch_Amazon-EventBridge_64
AWS Eventbus
Icon-Architecture-Group/32/EC2-instance-contents_32
AWS EC2

Alternatives

AZ Service Bus