.. | ||
OffsetTrackingReceive | ||
OffsetTrackingSend | ||
Receive | ||
Send | ||
.gitignore | ||
dotnet-stream.sln | ||
README.md |
Dotnet Stream C# code for RabbitMQ tutorials
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.
Requirements
Requirements on Windows
We're using the command line (Start
-> Run cmd.exe
) to
compile and run the code.
Requirements on Linux
Code
Each command is best run in a separate console/terminal instance run from the root of the tutorial directory.
Tutorial one: "Hello World!"
dotnet run --project Receive/Receive.csproj
dotnet run --project Send/Send.csproj