Skip to content

leisiamedeiros/asyncapi-masstransit-rabbitmq

Repository files navigation

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:

About

An example of a dotnet application with usage of MassTransit and AsyncAPI by Saunter package

Topics

Resources

License

Stars

Watchers

Forks