-
Notifications
You must be signed in to change notification settings - Fork 607
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
Comments
+1 for this feature |
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. |
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? |
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 |
@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. |
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. |
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
The text was updated successfully, but these errors were encountered: