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 F2EF5F3D4 for ; Thu, 11 Apr 2013 09:27:19 +0000 (UTC) Received: (qmail 2311 invoked by uid 500); 11 Apr 2013 09:27:18 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 2230 invoked by uid 500); 11 Apr 2013 09:27:17 -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 Received: (qmail 2175 invoked by uid 99); 11 Apr 2013 09:27:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 09:27:17 +0000 Date: Thu, 11 Apr 2013 09:27:16 +0000 (UTC) From: "Jeremy Leung (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (AMQCPP-476) Reading of Stomp Frame with content length may throw excecption MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQCPP-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Leung updated AMQCPP-476: -------------------------------- Comment: was deleted (was: The problems can't reproduce with C++ publisher and consumer. Attached the test programs. ) > Reading of Stomp Frame with content length may throw excecption > --------------------------------------------------------------- > > Key: AMQCPP-476 > URL: https://issues.apache.org/jira/browse/AMQCPP-476 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Stomp > Affects Versions: 3.6.0 > Environment: Solaris 10 > Reporter: Jeremy Leung > Assignee: Timothy Bish > Attachments: consumer.cpp, Publisher.java, StompFrame.cpp.patch.txt, unit_test.txt > > > -- HOW TO REPRODUCE -- > 1) Setup a consumer to listen for messages on Topic XXX using CMS with stomp. > 2) Setup a publisher to send a messages from java JMS interface to Topic XXX continually. (with org.fusesource.stomp.jms.*) > 3) An exception is thrown in consumer from StompWireFormat::readStompBody() with description "Read Content Length, and no trailing null" > -- BLOCK DIAGRAM -- > All components are in different hosts and all run under Solaris 10 environment. > | C++ CONSUMER | <- | APOLLO 1.6 | <- | JAVA PUBLISHER | -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira