MENU

Fun & Interesting

Request Response Messaging Pattern with MassTransit

Milan Jovanović 18,584 2 years ago
Video Not Working? Fix It Now

☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic The definition of the Request Response pattern is: "It is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response." In this video, I'll show you how to implement asynchronous Request Response messaging with MassTransit and RabbitMQ. Join my weekly .NET newsletter: - https://www.milanjovanovic.tech Read my Blog here: - https://www.milanjovanovic.tech/blog Chapters 0:00 What are we trying to implement? 1:15 Adding the Request Response message contracts 3:12 Sending the Request message with IRequestClient 4:45 Consuming the Request and returning the Response 9:05 Refactoring Request Response messaging to a service 11:39 Returning multiple Response message types

Comment