Skip to content

Files

Latest commit

2049e4c · Feb 11, 2016

History

History
This branch is 923 commits behind rabbitmq/rabbitmq-tutorials:main.

dotnet-visual-studio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 22, 2015
Jul 20, 2015
Aug 17, 2015
Aug 17, 2015
Jul 20, 2015
Aug 17, 2015
Jul 20, 2015
Aug 17, 2015
Jul 20, 2015
Aug 17, 2015
Jul 20, 2015
Aug 17, 2015
Feb 11, 2016
Apr 28, 2015
Apr 28, 2015
Apr 28, 2015

.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

  • 1_Receive
  • 1_Send
  • 2_Worker
  • 2_NewTask
  • 3_ReceiveLogs
  • 3_EmitLog
  • 4_ReceiveLogsDirect
  • 4_EmitLogDirect
  • 5_ReceiveLogsTopic
  • 5_EmitLogTopic
  • 6_RPCServer
  • 6_RPCClient