File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ Here you can find the Java code examples from [RabbitMQ
4
4
tutorials] ( http://www.rabbitmq.com/getstarted.html ) .
5
5
6
6
To successfully use the examples you will need a running RabbitMQ server.
7
+ These tutorials require version 2.4.1 of the java client library, or earlier.
7
8
8
9
## Requirements
9
10
10
11
You'll need to download the RabbitMQ
11
- [ java client library package] ( http://www.rabbitmq.com/java-client.html ) ,
12
- and check its signature as described there.
12
+ [ java client 2.4.1 library package] ( http://www.rabbitmq.com/releases/rabbitmq-java-client/v2.4.1/ ) ,
13
+ and check its signature as described for the
14
+ [ java client] ( http://www.rabbitmq.com/java-client.html ) .
13
15
Unzip it into your working directory and ensure the JAR files from the
14
16
unzipped directory are placed in your working directory:
15
17
You can’t perform that action at this time.
0 commit comments