I have an application which is 100% ruby right now. A requirement has arisen to in which I need to make use of existing java libraries.
The simplest and most obvious solution (to me, anyway) is to communicate with activemq via stomp with ruby and have the java class consuming on the proper queue. Is there a way to autostart a listener when activemq starts or do have to do something like embed activemq inside tomcat and control deployments within tomcat? Any other recommendations. Thanks