Skip to content

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

Description

@kasobol-msft

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

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions