Here you can find the C# code examples for RabbitMQ tutorials.
To successfully use the examples you will need a running RabbitMQ server.
We're using the command line (start->run cmd.exe) to compile and run -p the code. Alternatively you could use Visual Studio and NuGet package, but this set of tutorials assumes the command line.
Each command is best run -p in a separate console/terminal instance run from the root of the tutorial directory.
dotnet run -p Receive
dotnet run -p Send
dotnet run -p Worker
dotnet run -p NewTask
dotnet run -p ReceiveLogs
dotnet run -p EmitLog
dotnet run -p ReceiveLogsDirect info
dotnet run -p EmitLogDirect
dotnet run -p ReceiveLogsTopic anonymous.info
dotnet run -p EmitLogTopic
dotnet run -p RPCServer
dotnet run -p RPCClient