Ruby Words Generator aims to provide a scalable and reliable word generator in Ruby. It uses a JMS broker (stomp interface) to store candidate and result words.
Usage
Start the JMS server, for instance /opt/apacge-activemq/bin/activemq Create/change a configuration file settings.yaml
In a console run
ruby wg.rb settings.yaml init
ruby wg.rb settings.yaml dump_results
And in other 1 or more consoles (and maybe on different computers) run
ruby wg.rb settings.yaml run
If you use activemq/fuse message broker, you can monitor JMS activity from Jconsole or from the web console (http://localhost:8161/admin/queues.jsp)
Product's homepage
Here are some key features of "Ruby Words Generator":
· You can run several concurrent word generators (and word extractors)
· You will be able to stop word generators and go on later
Requirements:
· Ruby
· Java 2 Standard Edition Runtime Environment
· A JMS broker or fuse message broker