You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
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: