https://github.com/clojurewerkz/langohr.examples
Code examples used in Langohr documentation guides
https://github.com/clojurewerkz/langohr.examples
Last synced: 6 months ago
JSON representation
Code examples used in Langohr documentation guides
- Host: GitHub
- URL: https://github.com/clojurewerkz/langohr.examples
- Owner: clojurewerkz
- Created: 2012-09-18T18:14:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T01:42:43.000Z (over 10 years ago)
- Last Synced: 2024-05-09T14:00:04.059Z (about 2 years ago)
- Language: Clojure
- Size: 56.6 KB
- Stars: 4
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langohr Examples
This is a repository with examples used in documentation guides for Langohr, a [Clojure RabbitMQ client](http://clojurerabbitmq.info).
## Running Examples
The project uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). 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.