File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ To successfully use the examples you will need a running RabbitMQ server.
11
11
12
12
You need the RabbitMQ dotnet client.
13
13
14
- * Download [ RabbitMQ .NET client] ( http ://www.rabbitmq. com/releases /rabbitmq-dotnet-client/v3.4.4/ rabbitmq-dotnet-client-3.4 .4-dotnet-3.5 .zip)
14
+ * Download [ RabbitMQ .NET client] ( https ://github. com/rabbitmq /rabbitmq-server/releases/download/rabbitmq_v3_5_4/ rabbitmq-dotnet-client-3.5 .4-dotnet-4.0 .zip)
15
15
* Extract it and copy "RabbitMQ.Client.dll" to your working folder.
16
16
17
17
You also need to ensure your system can find the C# compiler ` csc.exe ` ,
@@ -29,8 +29,8 @@ You need Mono and RabbitMQ dotnet client.
29
29
sudo apt-get install mono-devel
30
30
mkdir lib
31
31
cd lib
32
- wget http ://www.rabbitmq. com/releases /rabbitmq-dotnet-client/v3.4.4/ rabbitmq-dotnet-client-3.4 .4-dotnet-3.5 .zip
33
- unzip rabbitmq-dotnet-client-3.4 .4-dotnet-3.5 .zip
32
+ wget https ://github. com/rabbitmq /rabbitmq-server/releases/download/rabbitmq_v3_5_4/ rabbitmq-dotnet-client-3.5 .4-dotnet-4.0 .zip
33
+ unzip rabbitmq-dotnet-client-3.5 .4-dotnet-4.0 .zip
34
34
cd ..
35
35
36
36
You can’t perform that action at this time.
0 commit comments