Muflone repository and event dispatcher for Event Store
Install-Package Muflone.MassTransit.RabbitMQ
In your application's startup call:
services.AddMufloneMassTransitWithRabbitMQ(serviceBusOptions, x =>
{
x.AddConsumer<MyFisrtEventConsumer>();
x.AddConsumer<MySecondEventConsumer>();
});
Look at this repo