ActiveMQ hangs when trying to push messages in a loop?

2007-06-04 Thread Doug Bryant
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

Re: auto starting a consumer

2007-05-23 Thread Doug Bryant
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%

auto starting a consumer

2007-05-23 Thread Doug Bryant
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