Virtual queue in boto3 #4323
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
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
SDK version used
Boto3 1.35.52
Environment details (OS name and version, etc.)
Linux docker container python 3.13.0-slim
The text was updated successfully, but these errors were encountered: