Tag: Azure Queue
-
Azure Queue storage – how to code?

Azure Queue storage is a cloud-based queues. It temporarily store a list of messages. Each queue can store up to 500TB of data and can process 2,000 messages per second. The pricing is based on size of the queue and number of operation against the queue (e.g. add, delete). However, Azure Queue is only available…
