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

Virtual queue in boto3 #4323

Open
2 tasks
Pdsantos73 opened this issue Oct 31, 2024 · 0 comments
Open
2 tasks

Virtual queue in boto3 #4323

Pdsantos73 opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
feature-request This issue requests a feature. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue sqs

Comments

@Pdsantos73
Copy link

Describe the feature

Is there any way to implement SQS virtual queue with boto3?

I saw that this only exists in Java.

I would like to know if there are plans to implement SQS virtual queue in boto3 for python?

Use Case

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

creation of virtual queues for message management. A queue will be generated by id and the consumer must search this queue to obtain the message and then delete the queue.

This solution is necessary to retrieve messages without being ordered within a queue.
This is to directly search for a queue with a predetermined name and just one message.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

Boto3 1.35.52

Environment details (OS name and version, etc.)

Linux docker container python 3.13.0-slim

@Pdsantos73 Pdsantos73 added feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. labels Oct 31, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Nov 1, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK added investigating This issue is being investigated and/or work is in progress to resolve the issue. sqs p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue sqs
Projects
None yet
Development

No branches or pull requests

2 participants