- 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.
推薦閱讀
- 集成架構(gòu)中型系統(tǒng)
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- Photoshop CS4經(jīng)典380例
- Apache Hive Essentials
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- Apache Spark Deep Learning Cookbook
- 西門子變頻器技術(shù)入門及實(shí)踐
- 零起點(diǎn)學(xué)西門子S7-200 PLC
- Mastering pfSense
- Introduction to R for Business Intelligence
- SQL Server數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)(第2版)
- Effective Business Intelligence with QuickSight
- Getting Started with Tableau 2018.x
- 傳感器與檢測(cè)技術(shù)
- 仿魚(yú)機(jī)器人的設(shè)計(jì)與制作