- Learning Microsoft Azure Storage
- Mohamed Waly
- 118字
- 2021-07-02 15:26:13
Queue storage
Queue storage is a storage service that is used to provide persistent and reliable messaging for application components.
Generally, it creates a list of messages that process asynchronously, following the First-In, First-Out (FIFO) model. Not only this, asynchronous tasks and building process workflows can be managed with Queue storage too.
One of the most common scenarios is passing messages from an Azure Web Role to an Azure Worker Role.
Queue storage is not the only messaging solution available at Azure; there are also Service Bus queues, which can be used for more advanced scenarios.
More information about the differences between Azure Queues storage and Azure Service Bus queues, can be found via the following URL: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted.
推薦閱讀
- ABB工業(yè)機器人編程全集
- Verilog HDL數(shù)字系統(tǒng)設(shè)計入門與應(yīng)用實例
- 嵌入式Linux上的C語言編程實踐
- Creo Parametric 1.0中文版從入門到精通
- Learning C for Arduino
- 我也能做CTO之程序員職業(yè)規(guī)劃
- Enterprise PowerShell Scripting Bootcamp
- 分數(shù)階系統(tǒng)分析與控制研究
- Building a BeagleBone Black Super Cluster
- Mastering Ceph
- Linux系統(tǒng)下C程序開發(fā)詳解
- Microsoft Dynamics CRM 2013 Marketing Automation
- Practical AWS Networking
- Serverless Design Patterns and Best Practices
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)