Messaging system based on the reactor pattern. You can publish messages to a queue and then a demultiplexer runs an event loop which pops items from the queue and hands it over to a dispatcher. The dispatcher hands over the message to the appropriate handler. You can choose your own queueing service.
Required Ruby Version
>= 0
Authors
Suman Mukherjee, Dane Natoli, Piotr Banasik, Ronald Maravilla
Versions
- 2.2.0 December 09, 2022 (52 KB)
- 2.1.0 September 20, 2022 (53 KB)
- 2.0.0 September 20, 2022 (53 KB)
- 1.9.0 November 11, 2019 (47 KB)
- 1.8.6 August 30, 2019 (47 KB)
- 1.8.5 February 16, 2016 (46 KB)