[rabbitmq-discuss] Sending message through rabbitmq-stomp -> exchange(topic) - crashes queue

Steve Powell zteve.powell at gmail.com
Fri Feb 4 15:43:04 GMT 2011


I have raised a bug for this problem.

As reported here Matthew feels that the stomp client is generating the wrong form for the payload of a message, and the code verifies this observation.

On Wed, Feb 02, 2011 at 11:48:19PM +0000, Matthew Sackman wrote:
> Ok, so the message payload is being sent through as a list instead of as
> a binary. My guess without checking further is this is a bug in the
> stomp client in the way it constructs the messages which are then sent
> further into Rabbit, but this may not be the case.


The fix is to send it flattened, of course.

To validate this fix a small testcase is being constructed.


More information about the rabbitmq-discuss mailing list