Closed GoogleCodeExporter closed 8 years ago
Thanks Maeda. In the current version of the Stomp client there is method called
sendTextMessage that should address this issue.
See line 195:
http://code.google.com/p/as3-stomp/source/browse/trunk/org/codehaus/stomp/Stomp.
as
This method expects a String and it does not add a content-length header. I've
tested this with a couple clients that take TextMessages and it appears to work
with
them.
Original comment by dwischu...@gmail.com
on 10 May 2008 at 11:39
This method works well for me.
Thanks a lot.
Original comment by maeda.ma...@fujixerox.co.jp
on 14 May 2008 at 8:48
Original issue reported on code.google.com by
maeda.ma...@fujixerox.co.jp
on 16 Apr 2008 at 2:25Attachments: