AWS Simple Queue Service
What is AWS SQS?
✓ SQS Stands for Simple Queue Service.
✓ Fully Managed message queue for Microservices, Distributed systems and Serverless applications.
✓ In Simple terms, it is a pay-per-use web service for storing messages in transit between the computers/systems.
✓ AWS SQS can be connected with Most of the AWS Services to invoke and perform operation.
Benefits of AWS SQS:
- Security
- Server Side Encryption(SSE)
- Durability
- Availability
- Scalability
- Reliability
- Customization
Types of SQS:
AWS SQS - Standard Queue
- As Name Suggests it is for Standard delivery purpose.
AWS SQS - FIFO (First In First out)
- It is for First-in-First-out delivery purpose and exactly one processing.
- Name of fifo SQS should be end with .fifo.
- Eg: testsqsname.fifo
To know this kind of interesting tech stuff's follow back / subscribe 👉#TechBird👈
Disclaimer : You can find similar content some where in this vast internet. Here Intension is to share the contents to viewer in short and sweet in my way. 🙂
Have a Great Day
:)
Comments