public
Fork of colinsurprenant/bunnypunisher
Description: Ruby stress tests for qpid, amqp and RabbitMQ
Homepage:
Clone URL: git://github.com/sheysrebellion/bunnypunisher.git
Tue May 05 20:35:48 -0700 2009
commit  6bba970cd1b3cfa2e6ed7f969e8796b9cf0dc795
tree    2139d8d22d3d738d31888b4e8e54704f4d8fb546
parent  5594245d6258382ced62d42fba98138c5bc8ebb4
name age message
file .project Tue Dec 09 14:32:37 -0800 2008 first commit [colinsurprenant]
file README.markdown Wed Dec 10 11:48:36 -0800 2008 markdown reformatting [colinsurprenant]
file amqp_punisher.rb Tue May 05 20:35:48 -0700 2009 initial commit [colinsurprenant]
file qpid_punisher.rb Loading commit data...
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.