clojurewerkz / langohr.examples

Code examples used in Langohr documentation guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Langohr Examples

This is a repository with examples used in documentation guides for Langohr, a Clojure RabbitMQ client.

Running Examples

The project uses Leiningen 2. Make sure you have it installed.

Every example is an individual runnable namespace. Run them like so:

lein run -m "clojurewerkz.langohr.examples.hello-world"
lein run -m "clojurewerkz.langohr.examples.blabbr"
lein run -m "clojurewerkz.langohr.examples.weathr"
lein run -m "clojurewerkz.langohr.examples.redelivery"

and so on.

License

Copyright (C) 2011-2016 Michael S. Klishin.

Distributed under the Eclipse Public License, the same as Clojure.

About

Code examples used in Langohr documentation guides


Languages

Language:Clojure 100.0%