Differences between Windows Azure service Bus (4) service Bus queue and storage queue

Source: Internet
Author: User

Windows Azure Platform Family of articles Catalog

  Readers familiar with the author's article understand that Azure offers two different ways of queue Message Queuing:

1.Azure Storage Queue

For details, refer to:

Windows Azure Cloud Service (PAAs) Web Role, Worker Role, Azure Storage Queue (bottom)

 The Azure Storage queue provides the underlying Message Queuing service, such as AddMessage, DeleteMessage.

Azure Storage Queue message capacity is 64KB (KB when using BASE64 encoding) with a maximum capacity of 200TB

The message acceptance of the Azure Storage queue requires that additional code be written in the WorkerRole.cs run () function.

  2.Azure Service Bus Queue

For details, refer to:

Getting Started with Windows Azure Service Bus (2) queuing (queue)

Windows Azure Service Bus (3) queuing (queue) uses VS2013 to develop Service bus queue

The Windows Azure Service Bus (5) topic (TOPIC) uses VS2013 to develop Service bus Topic

The Azure Service Bus queue provides more complex Message Queuing services such as queues, topics, trunks, and so on.

  The Azure Service Bus queue has a message capacity of 256KB and a maximum capacity of 1GB to 80GB to guarantee Absolute first-in-first-out (FIFO)

The message of the Azure Service Bus queue is accepted, and in the WorkerRoleWithSBQueue1 run () function, Client.onmessage ((receivedmessage) = = is provided to receive the message.

For more detailed comparisons of Azure Storage queue and Service Bus queue, please refer to the MSDN article:

  Https://msdn.microsoft.com/zh-cn/library/azure/hh767287.aspx

Differences between Windows Azure service Bus (4) service Bus queue and storage queue

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.