/Queues/{queueName} provides authenticated FIFO queues with content decoding/encoding and delayed responses.
Methods
Authorization
The account needs:Enqueue
Content-Type, then serializes the resulting object for the queue. Expect 415 for an unsupported type and 422 when the decoded object cannot be serialized.
Dequeue or peek
Peek=1 to read without removal. Use Count=N for a batch; batches are returned as multipart/mixed, even when N=1. MinTimeout waits briefly for the remainder after the first item arrives.
Use HTTP/2 so many delayed dequeue requests can share a connection efficiently.