SQS listener get events from different region even though the region is part of the queue url on listener configuration #1257
Labels
component: sqs
SQS integration related issue
status: waiting-for-feedback
Waiting for feedback from issuer
Type: Bug
Component: SQS
Describe the bug
We have observed our spring boot application getting events from the same named queue in different region. The region setting on our spring application is directed to us-east-1 region with setting application property
spring.cloud.aws.region.static: us-east-1
but on our listener we use the sqs queue url which contains the regioneu-west-1
. our expectation is to get events fromeu-west-1
region queue, while application execute the events that is published tous-east-1
queue.Sample
i will try to create something using localstack.
The text was updated successfully, but these errors were encountered: