AZ-204 · Question #576
You have an Azure Queue Storage named queue1. You plan to develop code that will process messages in queue1. You need to implement a queue operation to set the visibility timeout value of individual…
The correct answer is D. Update a message in the queue. E. Receive a message from the queue. The Update operation allows you to modify a message’s content and its visibility timeout. You can use this operation to update the visibility timeout for a message that has already been retrieved When you retrieve (or "receive") a message from the queue, you can specify the…
Question
Options
- APeek at a message in the queue.
- BDelete a message in the queue.
- CAdd a message to the queue.
- DUpdate a message in the queue.
- EReceive a message from the queue.
How the community answered
(46 responses)- A15% (7)
- B2% (1)
- C9% (4)
- D74% (34)
Explanation
The Update operation allows you to modify a message’s content and its visibility timeout. You can use this operation to update the visibility timeout for a message that has already been retrieved When you retrieve (or "receive") a message from the queue, you can specify the visibility timeout at that point. This is useful when you want to process the message but delay its visibility to other
Topics
Community Discussion
No community discussion yet for this question.