Skip to content

steliyan/Demo-MassTransit-ST6

Repository files navigation

MassTransit distributed transactions DMO

A sample code illustrating how to implement distributed transactions using MassTransit.

Requirements

Getting started

RabbitMQ

docker-compose up # Run RabbitMQ in a docker container

This step is optional, if you already have a RabbitMQ instance running. Please note, that test virtual host is used in the configuration app.config files.

Build

dotnet build

Run client

cd Client
dotnet run

Run payment service

cd PaymentService
dotnet run

Run pizza service

cd PizzaService
dotnet run

* dotnet watch run can be used instead of dotnet run if hot-reloading is needed. ;)

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages