The body of StompFrame is truncated to 64 chars
-----------------------------------------------
Key: AMQ-3794
URL: https://issues.apache.org/jira/browse/AMQ-3794
Project: ActiveMQ
Issue Type: Bug
Components: stomp
Affects Versions: 5.5.1
Environment: Any
Reporter: Slava Schmidt
Priority: Critical
The method
{code:title=org.apache.activemq.transport.ws.StompSocket.java}
public void sendToStomp(StompFrame command) throws IOException {
outbound.sendMessage(WebSocket.SENTINEL_FRAME, command.toString());
}
{code}
calls {{toString()}} method of the {{StompFrame}} instance instead of the
{{format()}} method. The message body is truncated by the {{toString()}} to 64
chars.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira