Re: Stomp to REST missing message body using examples

2008-01-06 Thread Archie Cowan
I'm a little closer now... After reading that the message type is toggled on whether or not the content-length header is included, http://activemq.apache.org/stomp.html, I dug in to the stomp gem and found that it is hard coded to always send the content-length header. def _transmit(s, comman

Stomp to REST missing message body using examples

2008-01-06 Thread Archie Cowan
Hello, Using the latest AMQ 5.0.0 release and the ruby stomp-1.0.5 gem, I'm trying to send some messages via the example catstomp.rb script and receive the messages using the example javascript from http://activemq.apache.org/ajax.html. However, it doesn't appear that the message body is making it