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.
Activity