Re: messages sent via stomp are not received in ajax client

2010-08-17 Thread Alex Dean
As a followup: We were looking over the release notes for AMQ 5.4 today, and a co-worker noticed https://issues.apache.org/activemq/browse/AMQ-2833 . This allows Stomp clients to indicate text vs byte messages via a new custom Stomp header. This is perfect for our situation, and we're loo

Re: messages sent via stomp are not received in ajax client

2010-07-11 Thread Dejan Bosanac
Hi Alex, I think it's a bigger problem to pass and handle byte[] content in JavaScript. All patches are welcomed, of course :) Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://ww

Re: messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
On Jul 9, 2010, at 3:44 PM, Alex Dean wrote: On Jul 9, 2010, at 1:50 PM, Alex Dean wrote: I have a Ruby script which publishes a message to an ActiveMQ topic via Stomp. I'm attempting to send these messages to the topic used by the demo chat.html included in ActiveMQ, so I'm using the XM

Re: messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
On Jul 9, 2010, at 1:50 PM, Alex Dean wrote: I have a Ruby script which publishes a message to an ActiveMQ topic via Stomp. I'm attempting to send these messages to the topic used by the demo chat.html included in ActiveMQ, so I'm using the XML message format expected by that page. chat.

messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
I have a Ruby script which publishes a message to an ActiveMQ topic via Stomp. I'm attempting to send these messages to the topic used by the demo chat.html included in ActiveMQ, so I'm using the XML message format expected by that page. chat.html is this one : http://fisheye6.atlassian.com