Skip to content

Sample on how to use request/response with MassTransit and ASP.NET Core

Notifications You must be signed in to change notification settings

MassTransit/Sample-DotNetCore-Request

Repository files navigation

Sample Request/Response

This sample demonstrates how to build a controller using ASP.NET Core and a complementary .NET Core Console application to send a request from a controller, which is handled by the console application.

Everything is async, marvelous, and built entirely on a Mac using JetBrains Rider.

Should just be able to go into the appropriate folders and dotnet run each project.

RabbitMQ should be running on your Mac, using the default port and the guest user account, otherwise you'll need to make changes.

Enjoy!

About

Sample on how to use request/response with MassTransit and ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages