Skip to Main Content
Serverless Integration Design Patterns with Azure
book

Serverless Integration Design Patterns with Azure

by Abhishek Kumar, Srinivasa Mahendrakar
February 2019
Intermediate to advanced content levelIntermediate to advanced
494 pages
11h 5m
English
Packt Publishing
Content preview from Serverless Integration Design Patterns with Azure

Example 1 – Working with priority queues in Azure Service Bus

When you use Service Bus queues for an enterprise application, communication messages are picked up based the FIFO pattern. This means if a queue's length is 100, then a high-priority message will only be delivered after the subscribing application reads and commits all of the previous 100 messages.

To deal with this scenario, one option is to create separate queues for high-priority and low-priority messages, and the client application will be in control of setting up a queue endpoint when publishing a message to Service Bus queues:

The code for routing the message to separate ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Azure Kubernetes Services with Microservices: Understanding Its Patterns and Architecture

Azure Kubernetes Services with Microservices: Understanding Its Patterns and Architecture

Kasam Ahmed Shaikh, Shailesh S. Agaskar

Publisher Resources

ISBN: 9781788399234Supplemental Content