8000 Merge branch 'master' of github.com:rabbitmq/rabbitmq-tutorials · syk-coder/rabbitmq-tutorials@f893b1d · GitHub
[go: up one dir, main page]

Skip to content

Commit f893b1d

Browse files
committed
Merge branch 'master' of github.com:rabbitmq/rabbitmq-tutorials
2 parents 8ba8bfd + e675ebe commit f893b1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

java/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Here you can find the Java code examples from [RabbitMQ
44
tutorials](http://www.rabbitmq.com/getstarted.html).
55

66
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.
78

89
## Requirements
910

1011
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).
1315
Unzip it into your working directory and ensure the JAR files from the
1416
unzipped directory are placed in your working directory:
1517

0 commit comments

Comments
 (0)
0