Hi, I have a setup where a Java Producer puts TextMessages in a queue. Those messages might be created with or without a body (using one of the two Session.createTextMessage methods).
The Python STOMP client uses stomp.py to connect to the Active MQ 4.0 broker. The Python consumer receives mesages OK as long as they contain a body. As soon as a message created without a body is sent by the producer, the consumer stops receiving messages, even those sent at a later date with a body. The AMQ log does not show any warning/error/fault. A tcpdump on the STOMP connection shows indeed no activity so I guess this problem cannot be blamed on stomp.py. Anybody else noticed this behaviour before? Anything that can be done about it beside making sure all messages have a body? Thanks, Mathias.
