You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaikwaja <ga...@yahoo.com> on 2015/02/09 02:40:57 UTC

Re: [jira] [Created] (AMQ-3402) Stomp over Websocket truncates the message body

I am facing similar issue ,However in my case the whole body is truncated.

websocket connection from my web page to the apollo(1.7.1) broker,connects
to the broker and sends a message to the queue using websockets.(using
example under examples/websockets in download)
This is working fine. 
On the other hand, there is a cpp(3.8.3) client consumer listening on that
queue.This is where the problem arises.My cpp consumer is able to receive
the message but the Body of message is  truncated completely i.e problem
similar to
https://issues.apache.org/jira/browse/AMQ-3284
This jira has been marked as fixed in 5.6,is it possible it has regressed in
latest release or apollo 1.7.1?


I am using following to replicate:
Send message to topic/queue using websocket client provided in examples
Use cpp-cms client provided in examples to listen on same queue with stomp 
Could you pls advise if I need to raise another jira or if this is already
fixed ?



--
View this message in context: http://activemq.2283324.n4.nabble.com/jira-Created-AMQ-3402-Stomp-over-Websocket-truncates-the-message-body-tp3675320p4691228.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.