Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 95907 invoked from network); 25 Feb 2010 11:39:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 11:39:06 -0000 Received: (qmail 12346 invoked by uid 500); 25 Feb 2010 11:39:06 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 12324 invoked by uid 500); 25 Feb 2010 11:39:06 -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 12316 invoked by uid 99); 25 Feb 2010 11:39:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 11:39:06 +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; Thu, 25 Feb 2010 11:39:06 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E315234C1F0 for ; Thu, 25 Feb 2010 03:38:46 -0800 (PST) Message-ID: <165709712.11781267097926116.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Feb 2010 11:38:46 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2628) Advisory for discarded should indicate the consumer id that missed the message to allow correlation of missed messages with DLQ for example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Advisory for discarded should indicate the consumer id that missed the message to allow correlation of missed messages with DLQ for example ------------------------------------------------------------------------------------------------------------------------------------------- Key: AMQ-2628 URL: https://issues.apache.org/activemq/browse/AMQ-2628 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 5.3.0 Reporter: Gary Tully Assignee: Gary Tully Fix For: 5.4.0 Messages are discarded and there an optional advisory but just the message header is present in the payload. It is not possible to determine the consumer that missed the message. A non durable topic subscription id is needed in there. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.