Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolyo/rabbitmq-essentials
Sample code from Packt book
https://github.com/tolyo/rabbitmq-essentials
Last synced: 4 days ago
JSON representation
Sample code from Packt book
- Host: GitHub
- URL: https://github.com/tolyo/rabbitmq-essentials
- Owner: tolyo
- Created: 2015-12-05T12:30:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T14:06:19.000Z (almost 9 years ago)
- Last Synced: 2023-09-02T19:10:55.377Z (about 1 year ago)
- Language: Java
- Size: 637 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Essentials - Source Code
`ISBN: 978-1-78398-320-9`
## Pre-requisites
- 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.## Before running the examples
Run:
mvn clean install