| Short description: |
Reliable messaging and queuing |
| Category: |
Library/Distributed Communication |
| Status: |
stable |
| Created: |
2005-11-18 00:42:34 GMT |
| Last update: |
2005-11-28 17:56:30 GMT |
| Owner: |
Assaf
(Projects of this owner) |
| Homepage: |
http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/Ruby/ReliableMessaging |
| Download: |
http://rubyforge.org/projects/reliable-msg/
|
| License: |
OpenSource |
| Dependency: |
| Requires: |
uuid/1.0.1(*)
|
UUID generator |
| (*): newer version exists |
| Required by: |
ap4r/0.2.0 |
Reliable messaging and queuing |
|
| Description: |
Reliable messaging and queuing for Ruby.
A way to exchange messages asynchronously, and build
systems that scale better.
* Simple API: put and get.
* Queues and Topics.
* Transactions for dealing with message processing errors.
* Best effort, repreated and exactly once delivery modes.
* Selectors for processing specific messages.
* MySQL or file system for message store (or write your own).
* Rails integration.
|
| Versions: |
[1.1.0 (2005-11-28)]
[1.0.1 (2005-11-18)]
|