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

Setting VisibilityTimeout on records during Receive call not working #344

Open
cainenielsen opened this issue Jan 23, 2025 · 2 comments
Open

Comments

@cainenielsen
Copy link

cainenielsen commented Jan 23, 2025

It seems that when calling ReceiveMessage on a queue, the VisibilityTimeout provided in the request is not used and is not set on received messages. Instead the VisibilityTimeout defined on the queue (defaults to 30 seconds without config) is provided by default. You can see this happening here.

It looks like it IS possible to change the message visibility using the ChangeMessageVisibility operation.

I believe this is an important functionality that should be supported here to adhere to the SQS API specification and provide a valid testing interface.

@cainenielsen
Copy link
Author

Some documentation surrounding the ReceiveMessage operation

@cainenielsen
Copy link
Author

I started a pull request to resolve this -> #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant