Tag: spring-cloud-aws
All the articles with the tag "spring-cloud-aws".
-
What Happens Between @SqsListener and Your Method in Spring Cloud AWS SQS
A walkthrough of the full SQS listener lifecycle in Spring Cloud AWS SQS, from annotation detection at startup to the composable async pipeline that polls, processes, and acknowledges every message.
Examples
-
Spring Cloud AWS SQS: Architecture Overview
examples/from-sqslistener-to-your-methodToggleable scenarios on a minimal Spring Boot application that put the architecture overview concepts in motion - interceptors, error handling, acknowledgement flow, and more.
#spring-boot#aws#sqs#spring-cloud-aws