rabbitmq-tutorials/dotnet-stream
2024-07-10 15:08:03 +02:00
..
OffsetTrackingReceive Add receiver in stream tutorial 2 for .NET 2024-07-10 15:08:03 +02:00
OffsetTrackingSend Start stream tutorial 2 for .NET 2024-07-09 16:18:20 +02:00
Receive Dotnet stream client tutorial getting started (#382) 2024-05-09 09:22:21 +02:00
Send rename file from sends to send (#405) 2024-05-09 10:10:31 +02:00
.gitignore Dotnet stream client tutorial getting started (#382) 2024-05-09 09:22:21 +02:00
dotnet-stream.sln Dotnet stream client tutorial getting started (#382) 2024-05-09 09:22:21 +02:00
README.md Wording 2024-05-25 13:20:04 -04:00

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