Skip to content

Commit e675ebe

Browse files
author
Ann Witbrock
committed
Use Java 2.4.1 client library or earlier.
1 parent 5fba979 commit e675ebe

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)