Simple Queue Service – AWS SQS

AWS SQS is fully managed, reliable message queuing service.

Cost effective and enables loosely coupled system.

SQS is a message broker mechanism which contributes to the communication of different modules of our application.

SQS ensures orderly delivery of all the messages in the queue buffer to the corresponding receiver component.

A message broker service takes message from publisher & store it in a queue and forward it to the consumer.

It ensures: 

  • Guarantee of delivery.
  • Orderly delivery.

No comments:

Post a Comment