.. | ||
src/rabbitmq/tutorials | ||
.gitignore | ||
project.clj | ||
README.md |
Clojure code for RabbitMQ tutorials
Here you can find Clojure code examples from RabbitMQ tutorials.
Requirements
To run this code you need Langohr.
Dependencies are managed by Leiningen.
These tutorials only require JDK 6 or 7 (Oracle or OpenJDK).
Code
Code examples are executed via lein run
:
lein run -m rabbitmq.tutorials.send
lein run -m rabbitmq.tutorials.receive
lein run -m rabbitmq.tutorials.new-task
lein run -m rabbitmq.tutorials.worker
Tutorial three: Publish/Subscribe
lein run -m rabbitmq.tutorials.receive-logs
lein run -m rabbitmq.tutorials.emit-log
lein run -m rabbitmq.tutorials.receive-logs-direct
lein run -m rabbitmq.tutorials.emit-log-direct
lein run -m rabbitmq.tutorials.receive-logs-topic
lein run -m rabbitmq.tutorials.emit-log-topic
TBD
To learn more, visit Langohr documentation site.