Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F000FA5 for ; Thu, 28 Apr 2011 08:24:30 +0000 (UTC) Received: (qmail 40868 invoked by uid 500); 28 Apr 2011 08:24:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40842 invoked by uid 500); 28 Apr 2011 08:24:29 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 40834 invoked by uid 99); 28 Apr 2011 08:24:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 08:24:29 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FREEMAIL_FROM,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of stratio@hotmail.it does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 08:24:23 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QFMW1-0005lH-Nt for users@activemq.apache.org; Thu, 28 Apr 2011 01:24:01 -0700 Date: Thu, 28 Apr 2011 01:24:01 -0700 (PDT) From: stratio To: users@activemq.apache.org Message-ID: <1303979041728-3480420.post@n4.nabble.com> Subject: Error with ActiveMQ 5.5 and websocket over Stomp client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm using a ruby client and activemq 5.5 to publish messages on a topic and then i would like to consume them with a js client using websocket over Stomp. Now i'm using Jeff Mesnil js client and it worked great with Activemq 5.4, however with the 5.5 version i'm experiencing a serious trouble. I manage to connect but the message i get is incomplete. I only get some of the data that compose the message itself. Instead if i use the polling method of connection i get the complete message without missing data (so it's not a problem of the publisher i think) Is this a bug of the js client for stomp? Did anyone else experience troubles like this one using activemq 5.5? Is there a solution for this problem? Thanks in advance for the help. Have a good day. -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-with-ActiveMQ-5-5-and-websocket-over-Stomp-client-tp3480420p3480420.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.