A simple Pub/Sub Scenario with MassTransit 6.2 + RabbitMQ +.NET Core 3.1 + Elasticsearch + MSSQL

Ali Kizildag
6 min readApr 27, 2020

In this article, we are going to talk about a simple publisher/subscriber scenario. Assume that we have a marketplace application that lets people purchase and sale of some products. So we have at least two roles called vendors and buyers.

--

--