[rabbitmq-discuss] STOMP frame bug fixed (was Re: python stomp examples)

Tony Garnock-Jones tonyg at lshift.net
Thu Sep 18 18:43:32 BST 2008


Hi all -- changeset 
http://hg.rabbitmq.com/rabbitmq-stomp/rev/34bb23dbd86c fixes the 
problem. Now clients that insert space between the "key:" and "value" 
parts of a STOMP frame header should work, too.

Regards,
   Tony


Tony Garnock-Jones wrote:
> Hi Jason,
> 
> Jason Briggs wrote:
>> 2.  the stomp protocol is a bit ambiguous about the use of spacing 
>> between header key and value.  For example:
>>
>>      header: value
>>      header:value
>>
>> Both forms are used in the stomp protocol examples.  My version of the 
>> client used a space -- it appears RabbitMQ doesn't like it.  I've 
>> removed the space, and along with the prior fix it appears to work 
>> properly now (the latest version is on my site).
> 
> Thanks for pointing this out! I think, on balance, it's a bug in my 
> framing code. I'm fixing it now.
> 
> Regards,
>    Tony
> 
> 
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss




More information about the rabbitmq-discuss mailing list