learn RabbitMQ Essentials
ISBN: 978-1-78398-320-9
- RabbitMQ 3.2.x, which can be downloaded from: http://www.rabbitmq.com/download.html.
- JDK 7 and Maven 3 to run the Java examples. The former can be downloaded from: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html and the latter from: http://maven.apache.org/download.cgi.
- Ruby 2.0 (or equivalent JRuby) and Bundler to run the Ruby examples. Ruby can be downloaded from: https://www.ruby-lang.org/en/downloads/ The installation of Bundler is detailed here: http://bundler.io/#getting-started.
- Python 2.7 to run the Python examples, which can be downloaded from there: http://www.python.org/download/.
- Apache JMeter and the AMQP plug-in to run load tests. They can respectively by downloaded from http://jmeter.apache.org/download_jmeter.cgi and https://github.com/jlavallee/JMeter-Rabbit-AMQP.
Run:
mvn clean install