Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 64718 invoked from network); 11 Sep 2007 17:58:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 17:58:58 -0000 Received: (qmail 31202 invoked by uid 500); 11 Sep 2007 17:58:44 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 31177 invoked by uid 500); 11 Sep 2007 17:58:44 -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 31158 invoked by uid 99); 11 Sep 2007 17:58:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 10:58:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 17:58:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F2D371420E for ; Tue, 11 Sep 2007 10:58:22 -0700 (PDT) Message-ID: <14120624.1189533502474.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 10:58:22 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-60) Sending BytesMessages does not send terminating NULL byte to end frame. In-Reply-To: <13317176.1189533263195.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes updated AMQNET-60: ---------------------------- Attachment: StompFrameStream.cs.patch.txt > Sending BytesMessages does not send terminating NULL byte to end frame. > ----------------------------------------------------------------------- > > Key: AMQNET-60 > URL: https://issues.apache.org/activemq/browse/AMQNET-60 > Project: ActiveMQ .Net > Issue Type: Bug > Components: Stomp > Environment: Windows XP SP2 > .NET 2.0 > STOMPConnect 1.0 > TIBCO EMS 4.2.0 > Reporter: Jim Gomes > Assignee: James Strachan > Attachments: StompFrameStream.cs.patch.txt > > Original Estimate: 1 hour > Remaining Estimate: 1 hour > > The {STOMP protocol specification|http://docs.codehaus.org/display/STOMP/Protocol} states that a bytes message frame should still be NULL terminated even when the content-length header is specified. The StompFrameStream.Flush() function does not send this final terminating NULL byte. This will hang a client that is waiting for a response from the broker, because the broker is waiting for the client to finish sending the frame. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.