Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokle/bunny
RabbitMQ + Clojure testbed
https://github.com/pokle/bunny
Last synced: 10 days ago
JSON representation
RabbitMQ + Clojure testbed
- Host: GitHub
- URL: https://github.com/pokle/bunny
- Owner: pokle
- License: epl-1.0
- Created: 2014-05-25T10:39:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T12:07:31.000Z (over 10 years ago)
- Last Synced: 2023-03-11T00:19:09.775Z (over 1 year ago)
- Language: Clojure
- Size: 43.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bunny
A minimal Clojure project that connects to a RabbitMQ cluster using the Java RabbitMQ client libraries
## Usage
First fire up the cluster with:
vagrant up
While the VMs are coming up, add their IP addresses to your /etc/hosts
#vms
192.168.168.168 bunny1
192.168.168.169 bunny2When they are up, you can visit their management consoles (bunny/wabbit)
- http://bunny1:15672
- http://bunny2:15672And then poke around with the Clojure code!