Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQS listener get events from different region even though the region is part of the queue url on listener configuration #1257

Open
utkanozyurek opened this issue Oct 22, 2024 · 1 comment
Labels
component: sqs SQS integration related issue status: waiting-for-feedback Waiting for feedback from issuer

Comments

@utkanozyurek
Copy link

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.

@tomazfernandes
Copy link
Contributor

Hi @utkanozyurek, were you able to figure out what was happening?

Thanks.

@tomazfernandes tomazfernandes added component: sqs SQS integration related issue status: waiting-for-feedback Waiting for feedback from issuer labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue status: waiting-for-feedback Waiting for feedback from issuer
Projects
None yet
Development

No branches or pull requests

2 participants