Here you can find the C# code examples for RabbitMQ tutorials using .NET 8.0.
To successfully use the examples you will need a running RabbitMQ server with the stream plugin enabled.
See First Application With RabbitMQ Streams, Stream plugin documentation and how to preconfigure plugins.
We're using the command line (Start
-> Run cmd.exe
) to
compile and run the code.
Each command is best run in a separate console/terminal instance run from the root of the tutorial directory.
dotnet run --project Receive/Receive.csproj
dotnet run --project Send/Send.csproj