SQS listener get events from different region even though the region is part of the queue url on listener configuration #1257
Closed
Description
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 region eu-west-1
. our expectation is to get events from eu-west-1
region queue, while application execute the events that is published to us-east-1
queue.
Sample
i will try to create something using localstack.