Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.12 KB

Async API with masstransit and rabbitmq

An example of a dotnet application with usage of MassTransit with rabbitmq broker and the documentation generated following the AsyncAPI specification by Saunter package.

asyncapi-ui

Run

To run this application just execute dotnet run --project src/WebApplicationSample/WebApplicationSample.csproj

You must have the dotnet installed.

Docker compose

To run the rabbit container execute docker-compose up -d, the docker-compose file is on the root folder.

Access the default host:port http://localhost:15672/ and login with the default guest user and password.

You must have docker installed

Docker image

Preconfigured Docker image, based on default management-alpine image, maintained by MassTransit, including the delayed exchange plug-in, as well as the Management interface enabled.

References default image base: