In this tutorial, we’ll learn how to use FIFO queues with AWS SQS and Spring Boot.
Also find me here:
Baeldung Author
Tomaz Fernandes
Software Engineer from Rio de Janeiro, Spring Cloud AWS SQS Lead. Having written 20K+ lines of code and docs to each project, I had the opportunity to rewrite the entire SQS integration from scratch for Spring Cloud AWS 3.0.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Cloud (4)
- Spring Boot (1)
Message Conversion in Spring Cloud AWS v3
Filed under Spring Cloud
Let’s explore the three common use cases for message conversion: POJO/record serialization and deserialization, setting a custom ObjectMapper, and deserializing to a subclass/interface implementation.
Message Acknowledgement in Spring Cloud AWS SQS v3
Filed under Spring Cloud
Learn how to use the Spring Cloud AWS SQS v3 library to interact with AWS queues with different message acknowledgement modes.
Introduction to Spring Cloud AWS 3.0 – SQS Integration
Filed under Spring Cloud
Learn how to use AWS SQS using the Spring Cloud AWS SQS 3.0 integration.