Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 89381 invoked from network); 3 Feb 2010 16:11:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 16:11:57 -0000 Received: (qmail 27615 invoked by uid 500); 3 Feb 2010 16:11:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 27572 invoked by uid 500); 3 Feb 2010 16:11:56 -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 27502 invoked by uid 99); 3 Feb 2010 16:11:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 16:11:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 16:11:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3BE4234C48D for ; Wed, 3 Feb 2010 08:11:32 -0800 (PST) Message-ID: <1258861111.9661265213492669.JavaMail.jira@brutus.apache.org> Date: Wed, 3 Feb 2010 16:11:32 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1817) MESSAGE frame should not have the "receipt" header In-Reply-To: <828317266.1213980300277.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQ-1817: --------------------------------- Assignee: Timothy Bish > MESSAGE frame should not have the "receipt" header > -------------------------------------------------- > > Key: AMQ-1817 > URL: https://issues.apache.org/activemq/browse/AMQ-1817 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.1.0 > Reporter: Rui Lopes > Assignee: Timothy Bish > Priority: Trivial > Fix For: 5.4.0 > > Attachments: stomp-receipt.diff > > > When a producer STOMP client SEND messages with a "receipt" header the consumer STOMP client MESSAGE should not contain the "receipt" header, mainly because that header is to be processed solely by AMQ (and only when it receives the SEND). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.