[This is prerelease documentation and is subject to change in future releases.]
The Queue service stores messages that may be read by any client who has access to the storage account.
A queue can contain an unlimited number of messages, each of which can be up to 8 KB in size. Messages are generally added to the end of the queue and retrieved from the front of the queue, although first in, first out (FIFO) behavior is not guaranteed.
If you need to store messages larger than 8 KB, you can store message data as a blob or in a table, and then store a reference to the data as a message in a queue.
The REST API for the Queue service includes the operations shown in the following table.
In This Section
See Also