File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Dotnet C# code for RabbitMQ tutorials
2
2
3
- Here you can find C# code examples for [ RabbitMQ
3
+ Here you can find the C# code examples for [ RabbitMQ
4
4
tutorials] ( http://www.rabbitmq.com/getstarted.html ) .
5
5
6
6
## Requirements
7
7
8
+ To run the examples you also need a running RabbitMQ server
9
+
8
10
### Requirements on Windows
9
11
10
12
You need the RabbitMQ dotnet client.
11
13
12
14
* Download [ rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip] ( http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.4.1/rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip )
13
15
* Extract it and copy "RabbitMQ.Client.dll" to your working folder.
14
16
15
- You also need to nsure your system can find the C# compiler ` csc.exe ` ,
17
+ You also need to ensure your system can find the C# compiler ` csc.exe ` ,
16
18
you may need to add ` ;C:\WINDOWS\Microsoft.NET\Framework\v3.5 ` to your
17
19
Path.
18
20
19
- We're suggesting to use the command line (start->run cmd.exe) to
21
+ We're using the command line (start->run cmd.exe) to
20
22
compile and run the code. Alternatively you could use Visual Studio, but
21
- due to the nature of examples command line is a preferred interface .
23
+ due to the nature of examples we prefer the command line .
22
24
23
25
### Requirements on Linux
24
26
You can’t perform that action at this time.
0 commit comments