As a proof of concept for further development down this avenue, I created an
Echo mdb and started it listening on a queue. I needed to be able to send
messages from ruby classes and can do that via stomp.
The Echo mdb simply does a System.out.println("ECHO: " + theMessage);
I am able to send in
Thanks for pointing out what should have been the completely obvious, the
fact that activemq.xml is just a spring config file :)
Doug
On 5/23/07, James Strachan <[EMAIL PROTECTED]> wrote:
On 5/23/07, Doug Bryant <[EMAIL PROTECTED]> wrote:
> I have an application which is 100%
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