Via Brian
Meanwhile, Obie
apparently leaked ActiveMessagingM-Del
a13g. Woot!
It's good to see Stomp
getting wider usage.
class HelloWorldProcessor < ActiveMessaging::Processor subscribes_to :hello_world publishes_to :hello_world def on_message(message) puts "received: " + message.body publish :message => "Hello world!" end end
Cool stuff all around!
Yay! Go ActiveMessaging! :). Having both a good Rails story and a good Ajax story which worth work great with JMS and .Net, the world of messaging is getting easier and more powerful all the time.
10:59:57 AM
|