Consuming Messages from a Channel

Learn how to consume messages from a specific channel or channels within a queue.

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

You can specify a particular channel to consume messages from. For more information on filtering, see Message Selection.

Note

If messages were published to a channel, but a consumption request doesn't include a channel, messages are returned from a random channel with available messages from the specified queue.