Active Messaging plugin

Plugin details

ActiveMessaging is an attempt to bring the simplicity and elegance of Rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries etc.

Websitehttp://code.google.com/p/activemessaging/ Repositoryhttp://activemessaging.googlecode.com/svn/trunk/ Author Jon Tirsen Tags message LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install http://activemessaging.googlecode.com/svn/trunk/
ActiveMessaging::Dispatcher.define do |s|
  s.queue :orders, '/queue/Orders'
  s.queue :completed, '/queue/CompletedItems'
end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 10 months ago