I have created the issue for this,
https://issues.apache.org/jira/browse/AMQ-3402
Thanks,
Manu
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Stomp-over-Websocket-truncates-the-message-tp3670514p3675319.html
Sent from the ActiveMQ - User mailing list archive at
ers.message);
> };
>
> var r = client.connect("", "" ,onconnect, error_callback);
>
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Stomp-over-Websocket-truncates-the-message-tp3670514p3670514.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
frame){
requestBlockInfo();
};
error_callback = function(error){
alert(error.headers.message);
};
var r = client.connect("", "" ,onconnect, error_callback);
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Stomp-over-Websocket-truncate