public
Description: A quick framework for creating glassfish deployable message driven beans, purely in ruby
Homepage:
Clone URL: git://github.com/tobowers/jruby-mdb.git
name age message
file README.markdown Loading commit data...
file build.xml
directory build/
directory dist/
directory nbproject/
directory setup/
directory src/
README.markdown

Introduction

This is very early software - but it is capable of receiving messages and doing what you want with the message.

Simply edit src/com/motionbox/testMessageHandler/TesterMessageHandlerBean.java add the the message queue you want to listen to (set it up in glassfish first)

Then... edit src/conf/ruby/message_handler.rb to do what you want with the messages.

Very early days (like I said), but build it in NetBeans and deploy it and it works.