Skip to content

Latest commit

 

History

History

dotnet-stream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

dotnet run --project Receive/Receive.csproj
dotnet run --project Send/Send.csproj