Samples/Messaging
Dave Tillman 96f7dac642
Initial RabbitMQ Tutorial commit (#288)
2023-05-09 07:38:59 -05:00
..
src Initial RabbitMQ Tutorial commit (#288) 2023-05-09 07:38:59 -05:00
README.md Delete AspNetCore directory 2020-08-25 08:24:46 -06:00

README.md

Messaging Sample Applications

This repo tree contains sample apps illustrating how to use the Steeltoe Messaging APIs in your .NET applications.

  • src/RabbitMQWeb - ASP.NET Core sample app illustrating how to use the Steeltoe Messaging APIs when interacting with a RabbitMQ broker.
  • src/Console/GenericHostRabbitListener - .NET Console application using GenericHost and the Steeltoe RabbitListener attribute

Note: There are several other Console application examples in src/Console.

Building & Running

Each app requires a running RabbitMQ broker to be present on your desktop. Each app can easily be built and run using normal dotnet run command line options or within Visual Studio or VSCode.