Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 32237 invoked from network); 20 Jun 2006 07:27:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 07:27:15 -0000 Received: (qmail 47550 invoked by uid 500); 20 Jun 2006 07:27:15 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 47449 invoked by uid 500); 20 Jun 2006 07:27:14 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 47420 invoked by uid 99); 20 Jun 2006 07:27:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 00:27:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 00:27:13 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E0C4410005 for ; Tue, 20 Jun 2006 07:25:51 +0000 (GMT) Message-ID: <16927060.1150788351551.JavaMail.jira@brutus> Date: Tue, 20 Jun 2006 07:25:51 +0000 (GMT+00:00) From: "james strachan (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Updated: (AMQ-739) STOMP transport handles JMS type improperly In-Reply-To: <28567445.1149701091479.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-739?page=all ] james strachan updated AMQ-739: ------------------------------- Version: 4.0.1 4.0 > STOMP transport handles JMS type improperly > ------------------------------------------- > > Key: AMQ-739 > URL: https://issues.apache.org/activemq/browse/AMQ-739 > Project: ActiveMQ > Type: Bug > Components: Transport > Versions: 4.0.1, 4.0 > Environment: sending from STOMP to JMS > Reporter: Nathan Mittler > Assignee: Nathan Mittler > Priority: Minor > Fix For: 4.1 > > Original Estimate: 1 week > Remaining: 1 week > > Sending a text message from a stomp client with a content-length results in a bytes message on JMS. Suggest doing the following ... > 1) The stomp transport should always add the content-length header to out-going messages, regardless of content-type or whether or not a content-length was provided on the incoming message. > 2) The stomp transport should handle in-coming messages with a content-type header, and should pass that through. > 3) If a message comes in without a content-length or a content-type, it should just be assumed a TextMessage. This way we can use the terminating null character as the delimiter. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira