Home Authors Posts by Francisco Grilo

Francisco Grilo

Francisco Grilo
1 POSTS 0 COMMENTS

Case Study: Azure Service Bus and Event-Driven Architectures

Introduction In this article we will talk about Event-Driven Architectures. We choose to use the Azure Cloud Infrastructure.Service Bus provides reliable, secure asynchronous messaging at scale. This article is written by the engineering team at CreateIT and it is intended to show you a case study in one of our projects for a client. We'll take a deeper dive into the Service Bus technology, architecture, and design choices. The post will cover both conceptual material as well as implementation details. Most importantly, we will discuss design and implementation of some of the features that provide secure and reliable messaging at scale, while minimizing operational cost. Service Bus Entities When we are working with Azure Service Bus, we can choose two Entities: Topics or Queues. You can have multiple Topics or Queues per Service Bus Namespace, but firstly you need to differ one from another. If you want a FIFO queue...