Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 332 Bytes

AWS SQS Spring Boot Integration

Overview

This project demonstrates the integration of AWS SQS with a Spring Boot application. It shows how to use the @SqsListener annotation to listen to messages from an SQS queue and process them.

Dependencies

  • Spring Boot 3
  • Spring Cloud AWS Starter
  • Spring Cloud AWS Starter SQS