Consume from AWS SQS in a Webflux Spring boot service with RETRY
In my Webflux service, I am consuming from AWS SQS using @SQSListener annotated method which returns void:
In my Webflux service, I am consuming from AWS SQS using @SQSListener annotated method which returns void: