I love ActiveMessaging. It brings the power and elegance of messaging to the world of Ruby and Rails..
class HelloWorldProcessor < ActiveMessaging::Processor subscribes_to :hello_world def on_message(message) puts "received: " + message end end
It supports transactions, queues & publish subscribe, load balancing, failover, clustering, optional persistence, browsing of queues and a full management front end. Its based on the Ruby Stomp client which works great with Apache ActiveMQ and its Stomp support. Great work guys!
10:31:14 AM
|
|