Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rabbitmq/rabbitmq-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Jul 4, 2011
2 parents 8ba8bfd + e675ebe commit f893b1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Here you can find the Java code examples from [RabbitMQ
tutorials](http://www.rabbitmq.com/getstarted.html).

To successfully use the examples you will need a running RabbitMQ server.
These tutorials require version 2.4.1 of the java client library, or earlier.

## Requirements

You'll need to download the RabbitMQ
[java client library package](http://www.rabbitmq.com/java-client.html),
and check its signature as described there.
[java client 2.4.1 library package](http://www.rabbitmq.com/releases/rabbitmq-java-client/v2.4.1/),
and check its signature as described for the
[java client](http://www.rabbitmq.com/java-client.html).
Unzip it into your working directory and ensure the JAR files from the
unzipped directory are placed in your working directory:

Expand Down

0 comments on commit f893b1d

Please sign in to comment.