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

[Feature req][Storage] Ability to receive ONE message from Queue #14844

Closed
kasobol-msft opened this issue Oct 28, 2020 · 0 comments · Fixed by #14855
Closed

[Feature req][Storage] Ability to receive ONE message from Queue #14844

kasobol-msft opened this issue Oct 28, 2020 · 0 comments · Fixed by #14855
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)

Comments

@kasobol-msft
Copy link
Contributor

Today if I want to receive/peek just one message from the queue I have to use API that returns list and select first item. Which makes me write lot of repetitive code if I have to do it many times in different places in my program.

We should consider adding receive_message / peek_message. that returns first message or None.

We did that in .NET here Azure/azure-sdk-for-net#14211

@kasobol-msft kasobol-msft added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Oct 28, 2020
@tasherif-msft tasherif-msft self-assigned this Oct 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants