Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pokle/bunny

RabbitMQ + Clojure testbed
https://github.com/pokle/bunny

Last synced: 10 days ago
JSON representation

RabbitMQ + Clojure testbed

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 bunny2

When they are up, you can visit their management consoles (bunny/wabbit)

- http://bunny1:15672
- http://bunny2:15672

And then poke around with the Clojure code!