Logo
Sign in
Product Logo
Queue storageMicrosoft

Decouple components using simple queues with enormous capacity.

Vendor

Vendor

Microsoft

Company Website

Company Website

Product details

Durable queues for large-volume cloud services

Azure Queue Storage is a cloud-based service that allows you to store and manage large volumes of messages. It provides reliable communication between applications by enabling asynchronous message queuing, ensuring smooth and efficient data transfer.

  • Simple, cost-effective, durable message queueing for large workloads
  • Rich client libraries for .NET, Java, Android, C++, Node.js, PHP, Ruby, and Python
  • Data accessible via the REST API

Features

  • **Decouple components: **Use Azure Queue Storage to build flexible applications and separate functions for better durability across large workloads. When you design applications for scale, application components can be decoupled, so that they can scale independently. Queue storage gives you asynchronous message queueing for communication between application components, whether they are running in the cloud, on the desktop, on-premises, or on mobile devices.
  • **Build in resilience: **Queue Storage helps to make your application scalable and less sensitive to individual component failure. If part of your architecture goes down, messages are buffered, and then naturally picked up by other message processing nodes, which maintains the integrity of your workload.
  • **Scale for bursts: **Use Queue Storage to rightsize your service deployment. Applications absorb unexpected traffic bursts, which prevents servers from being overwhelmed by a sudden flood of requests. Monitor queue length to add elasticity to your application, and deploy or hibernate additional worker nodes based on customer demand.