Consuming Messages from a Queue

Consume messages from a queue.

Consuming messages requires permissions to the queue and access to its Messages endpoint. For more information, see Consuming Messages.

If the queue has channels, a consumption request without a channel ID returns messages from either the queue or one of its channels.

Caution

Polling increases the delivery count value for the message. Depending on the dead letter queue settings, polling can remove the message from a queue or channel and send it to a dead letter queue or channel.