k4m4r82 / messaging-with-mass-transit-introduction

This is a set of examples on how to use the .NET messaging framework MassTransit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

messaging-with-mass-transit-introduction

This is a set of examples on how to use the .NET messaging framework MassTransit.

What is MassTransit? It is an open-source .NET service bus. It is an ideal choice to connect the various parts in a distributed architecture for easy communication between them. More information here: http://masstransit-project.com/

The example code is fully documented on my blog in a series dedicated to MassTransit.

The first instalment is available here: https://dotnetcodr.com/2016/09/08/messaging-through-a-service-bus-in-net-using-masstransit-part-1-foundations/

There's a link to each subsequent part at the end of the posts. All links to the series are available on this page: https://dotnetcodr.com/messaging/ Check out the section called "Service bus messaging with MassTransit".

About

This is a set of examples on how to use the .NET messaging framework MassTransit.


Languages

Language:C# 100.0%