Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E07310BD9 for ; Mon, 9 Feb 2015 16:30:58 +0000 (UTC) Received: (qmail 99709 invoked by uid 500); 9 Feb 2015 16:30:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 99640 invoked by uid 500); 9 Feb 2015 16:30:58 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Delivered-To: moderator for dev@activemq.apache.org Received: (qmail 84815 invoked by uid 99); 9 Feb 2015 01:48:20 -0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL,URI_HEX,URI_TRY_3LD X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of gaikwadajay@yahoo.com) Date: Sun, 8 Feb 2015 17:40:57 -0800 (PST) From: gaikwaja To: dev@activemq.apache.org Message-ID: <1423446057566-4691228.post@n4.nabble.com> In-Reply-To: <101252702.188.1310996637623.JavaMail.tomcat@hel.zones.apache.org> References: <101252702.188.1310996637623.JavaMail.tomcat@hel.zones.apache.org> Subject: Re: [jira] [Created] (AMQ-3402) Stomp over Websocket truncates the message body MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.