[Queue] Added support for receiving one message from queue - #14855
Conversation
kasobol-msft
left a comment
There was a problem hiding this comment.
We should also do similar thing for peek_messages for completeness.
The reason I did not add a However, in the case of peeking, the pre-exisitng |
How would this look like with |
so for your example, the current |
that looks good. let's leave it then until we have signal from users. |
Resolves #14844 and resolves #14762. Many customers have reported confusion around using
receive_messages()to pop one item from the queue.This PR adds a new API that makes it simpler for the user to pop one element.
Related issues:
#14665
#11784
#14762