top of page

Amazon Simple Queue Service (Amazon SQS)

  • Writer: satyanarayan behera
    satyanarayan behera
  • Jul 3, 2022
  • 1 min read

Amazon Simple Queue Service (Amazon SQS) is a message queuing service.

Using Amazon SQS, you can send, store, and receive messages between software components, without losing messages or requiring other services to be available. In Amazon SQS, an application sends messages into a queue. A user or service retrieves a message from the queue, processes it, and then deletes it from the queue.This decoupled approach enables the separate components to work more efficiently and independently.


ree

Comments


  • alt.text.label.LinkedIn

©2022 by Satya

bottom of page