|
||
---|---|---|
.. | ||
1_Receive | ||
1_Send | ||
2_NewTask | ||
2_Worker | ||
3_EmitLog | ||
3_ReceiveLogs | ||
4_EmitLogDirect | ||
4_ReceiveLogsDirect | ||
5_EmitLogTopic | ||
5_ReceiveLogsTopic | ||
6_RPCClient | ||
6_RPCServer | ||
7_PublisherConfirms | ||
.gitignore | ||
RabbitMQ.Tutorials.sln | ||
README.md |
.NET C# Visual Studio Solution for RabbitMQ tutorials
Here you can find the C# code examples for RabbitMQ tutorials compiled into a Visual Studio solution.
To successfully use the examples you will need a running RabbitMQ server.
NuGet Restore
You may need to "Enable NuGet Package Restore" on the solution upon the first time opening it in order to get the .NET RabbitMQ dependency from NuGet.
Code
Tutorial 1: "Hello World!"
- 1_Receive
- 1_Send
Tutorial 2: Work Queues
- 2_Worker
- 2_NewTask
Tutorial 3: Publish/Subscribe
- 3_ReceiveLogs
- 3_EmitLog
Tutorial 4: Routing
- 4_ReceiveLogsDirect
- 4_EmitLogDirect
Tutorial 5: Topics
- 5_ReceiveLogsTopic
- 5_EmitLogTopic
Tutorial 6: RPC
- 6_RPCServer
- 6_RPCClient
Tutorial 7: Publisher Confirms
- 7_PublisherConfirms