| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A realtime in browser viewer for AMQP messages
Clojure
Javascript
Websockets
sammy.js
Run
Download and extract queue-viewer-0.2-SNAPSHOT.tar.bz2
cd to the directory
type:
java -server -jar queue-viewer-0.2-SNAPSHOT-standalone.jar --rabbithost myrabbitserver --webport 9090 --staticdir /path-to-app/public
go to http://localhost:9090 in a browser
click "All test"
click "Send test message" to test
Dev
I needed a nice way to view messages from various places and thought it would be a good way to try a proper clojure app and to experiment with websockets, instead of using python.
Chris McDevitt
EPL
| Back | FazBrowse Home | New Git URL |