Developing Event-Based and Message-Based Solutions
In this chapter, we will explore the use of event-based and message-based solutions. We will publish and subscribe from a web application, see how we can send and receive messages from a Service Bus queue by using the same application, discover the operating mode of Event Grid and how it connects to services and event handlers, and explore Azure Event Hubs.
In this chapter, we’re going to cover the following main topics:
- Exploring Event Grid and Azure Event Hubs
- Exercise 1 – publishing and subscribing from a .NET app to Event Grid events
- Exploring Azure message queues
- Exercise 2 – creating an Azure Service Bus namespace and a queue
- Exercise 3 – publishing messages to a Service Bus queue using a .NET Core application
- Exercise 4 – reading messages from a Service Bus queue using a .NET Core application
- Exercise 5 – sending and receiving messages to and from a...