Re: Some stomp-messages are received with an empty text

2010-08-25 Thread Arjen van der Meijden
I doubt it, it already are text messages and both the correctly delivered and empty messages are TextMessage according to the client. Arjen On 25-8-2010 7:54, Antony Bowesman wrote: I vaguely remember seeing something similar, not sure if it was over XMPP or Stomp, but I was sending

Re: Some stomp-messages are received with an empty text

2010-08-24 Thread Arjen van der Meijden
Noone? I've done some follow-up research, but still have no idea which part of ActiveMQ fails. It turns out that the incoming stomp-messages are all good, so they're received correctly. And I've also noticed that, by looking at the tcp-traffic, the outgoing messages indeed don't have the body

Some stomp-messages are received with an empty text

2010-08-14 Thread Arjen van der Meijden
Hi List, I have a fairly simple set-up with a single Activemq (currently 5.3.2, but the behavior existed with previous versions). On that AMQ we have a few queue's and topics, where the topics are filled using PHP producers with Stomp and four Java subscribers with the normal openwire