From dev-return-8077-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Tue Sep 11 17:54:53 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 61033 invoked from network); 11 Sep 2007 17:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 17:54:52 -0000 Received: (qmail 19766 invoked by uid 500); 11 Sep 2007 17:54:45 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19608 invoked by uid 500); 11 Sep 2007 17:54:45 -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 19599 invoked by uid 99); 11 Sep 2007 17:54:45 -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:54:45 -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:54:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3085C71420D for ; Tue, 11 Sep 2007 10:54:23 -0700 (PDT) Message-ID: <13317176.1189533263195.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 10:54:23 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-60) Sending BytesMessages does not send terminating NULL byte to end frame. 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 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 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.