sheysrebellion / bunnypunisher forked from colinsurprenant/bunnypunisher
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
6160b0d
unknown (author)
Wed Jun 24 04:38:06 -0700 2009
bunnypunisher / README.markdown
BunnyPunisher
This project offers stress tests and examples for using RabbitMQ with Ruby.
Author
Colin Surprenant, Praized Media
- http://www.praizedmedia.com/
- http://github.com/colinsurprenant/
- http://eventuallyconsistent.com/blog/
Content
qpid_punisher.rb:
Stress test and example for the qpid gem and RabbitMQ.
Requires the qpid gem available at:
The qpid gem can be installed directly using:
sudo gem install colinsurprenant-qpid -s http://gems.github.com
To use it simply open two terminal windows and in the first type:
ruby qpid_punisher -c
and in the other type:
ruby qpid_punisher -p
Changelog
Version 0.1: 2008-12-09
- Inital release.
