[rabbitmq-discuss] STOMP 1.0 adapter escapes colon as \c (STOMP 1.1 style)

Michael Justin michael.justin at gmx.net
Tue Oct 23 09:48:17 BST 2012


Hello,

a test showed that a colon in a SEND frame will be escaped STOMP 
1.1-style as \c, so this

SEND
destination:/queue/ExampleQueue
testcolon1:a:test

will be received as:

MESSAGE
destination:/queue/ExampleQueue
testcolon1:a\ctest

Is this as designed? The STOMP plugin page does not cover this escape 
mechanism, which was introduced with STOMP 1.1


I also noticed that messages with header line which contains a backslash 
seem to be dropped on the broker side:

SEND
destination:/queue/ExampleQueue
testbackslash:\x

-> the message does not appear in the Management console


Regards
-- 
Michael Justin
habarisoft - Enterprise Messaging Software for Delphi
http://www.habarisoft.com/



More information about the rabbitmq-discuss mailing list