Amazon Simple Queue Service
A streaming process on top of AWS SQS
Examples:
Content
- #1: sqs-spring-boot-localstack
Example#1
sqs-spring-boot-localstack
The example shows how to use SQS (Amazon Simple Queue Service) queues in a Spring boot application – configuring the application to work with LocalStack, sending messages to the queue and downloading messages from the queue both in the application and using command line commands provided by AWS.
