danieleteti / delphistompclient

STOMP client for Embarcadero Delphi and FreePascal.
141 stars 64 forks source link

Extra character in each frame #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
StompTypes.TStompFrame.Output adds an extra LINE_END between the body and
the COMMAND_END. As long as you are just using this StompClient,
everything seems to be fine as this extra character is removed in
StompTypes.StompUtils.CreateFrame, but if you use a Java client or e.g.
the ActiveMQ WebInterface to send a message, the Delphi StompClient will
lose the last character of the message body. 

Original issue reported on code.google.com by daniele....@gmail.com on 14 Apr 2011 at 9:10