Re: Stomp over Websocket truncates the message

2011-07-18 Thread manua
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

Re: Stomp over Websocket truncates the message

2011-07-18 Thread Dejan Bosanac
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. >

Stomp over Websocket truncates the message

2011-07-15 Thread manua
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