SqsTemplate receiving messages but @SQSListener not on Spring Boot 3.1.5 #926
Labels
component: sqs
SQS integration related issue
status: waiting-for-feedback
Waiting for feedback from issuer
Type: Bug
Component: SQS
Describe the bug
When using Spring Boot 3.1.5 alongside spring-cloud-aws-starter-sqs 3.0.2 and Spring Cloud 2022.0.4, I can pull messages from SQS using SqsTemplate, but not passively receive them when applying @SQSListener to a groovy 4.0.15 method
Sample
------Bean configs--------
------ListenedMethod-------
------Working sqsTemplate Usage-------
Thanks beforehand!
The text was updated successfully, but these errors were encountered: