Spring Cloud AWS SQS: Architecture Overview
Toggleable scenarios on a minimal Spring Boot application that put the architecture overview concepts in motion - interceptors, error handling, acknowledgement flow, and more.
Run it
git clone https://github.com/tomazfernandes/tomazfernandes-dev.git &&
cd tomazfernandes-dev/examples/sqs-architecture-overview Docker only — no Java required:
make run-assembly
# container registry view at startup
make run-interceptor
# before/after interceptor hooks
make run-error-handler
# error handling and redelivery
make run-ack-callback
# delete confirmation logs
make run-all
# all scenarios