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 - Support for virtual queues? #2748

Closed
tom-sherman opened this issue Sep 3, 2021 · 7 comments
Closed

SQS - Support for virtual queues? #2748

tom-sherman opened this issue Sep 3, 2021 · 7 comments
Assignees
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@tom-sherman
Copy link

tom-sherman commented Sep 3, 2021

I'm not actually sure if this is supported? It's not clear from the documentation

Is your feature request related to a problem? Please describe.

Implementing a request/response pattern in SQS

Describe the solution you'd like

Virtual temporary queues as described here: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-temporary-queues.html

Describe alternatives you've considered

Implementing it ourselves on top of the SQS client

Additional context

None

@tom-sherman tom-sherman added the feature-request New feature or enhancement. May require GitHub community feedback. label Sep 3, 2021
@tom-sherman
Copy link
Author

@RanVaknin RanVaknin added the p3 This is a minor priority issue label Feb 18, 2023
@miekassu
Copy link

miekassu commented Aug 7, 2023

+1 for this feature

@RanVaknin RanVaknin added the service-api This issue is due to a problem in a service API, not the SDK implementation. label Mar 13, 2024
@kuhe kuhe self-assigned this Mar 19, 2024
@kuhe kuhe removed the service-api This issue is due to a problem in a service API, not the SDK implementation. label Mar 19, 2024
@kuhe kuhe added the service-api This issue is due to a problem in a service API, not the SDK implementation. label Mar 19, 2024
@kuhe kuhe removed their assignment Mar 19, 2024
@kitsunde
Copy link

This would significantly simplify situations where we need to throughput limit things in an already deployed system that's expecting synchronous execution to happen, without having to move in more complex logic or re-architecture flows.

I hope this can get more attention.

@aBurmeseDev
Copy link
Contributor

Hey all - apology for the long silence here. This's something that needs to be implemented on service level by SQS rather than SDK. I'm going to submit an internal request to service team and will post when I hear back. (ref: V1394603877)

Can you all please provide the details in your use case and some examples so that service can use it as reference?

@aBurmeseDev aBurmeseDev added the response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. label May 23, 2024
@tom-sherman
Copy link
Author

Why does it require work on the service level when temporary queues are already available to use with the Java SDK?

I have a use case described here: https://tom-sherman.com/blog/serverless-xstate

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. label May 25, 2024
@aBurmeseDev
Copy link
Contributor

aBurmeseDev commented Jun 6, 2024

@tom-sherman - thanks for the response.

Upon communicating with SQS team, they've confirmed that https://github.com/awslabs/amazon-sqs-java-temporary-queues-client is developed/owned by SQS team and similar implementation for Node is not currently prioritized on their roadmap.

Since it's out of SDK control, I'm going to close it for now.

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

6 participants