RubyGems.org

More often than not you don't need a full fledged message queue like ActiveMQ or RabbitMQ with a full size message format. For simple asynchronous distribution tasks a very light weight persistent message queue like starling will be fine. Nevertheless you want a more sophisticated interface to interact with than a memcache interface. Simple Publisher tries to achieve exactly this: While using Starling as the queuing system in the background we provide a messaging terminology well know and understood. The terminology is strongly inspired by JMS which is kind a defacto standard for messaging on the API-level.

installgem install simple_publisher
Authors

Dirk Breuer

1,088 total downloads 550 for this version
Owners

8b6f3bdd655ba2a19cda645e2150f34d

Gemfile
gem "simple_publisher", "~> 0.1.1"
Versions
  1. 0.1.1 May 2, 2010
  2. 0.1.0 March 25, 2010
Development Dependencies
  1. rspec >= 1.2.9