Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 85275 invoked from network); 16 Nov 2010 19:33:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 19:33:17 -0000 Received: (qmail 38113 invoked by uid 500); 16 Nov 2010 19:33:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 37980 invoked by uid 500); 16 Nov 2010 19:33:49 -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 37972 invoked by uid 99); 16 Nov 2010 19:33:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 19:33:48 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 19:33:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAGJXOXp012399 for ; Tue, 16 Nov 2010 19:33:25 GMT Message-ID: <17277534.6691289936004781.JavaMail.jira@thor> Date: Tue, 16 Nov 2010 14:33:24 -0500 (EST) From: "Kurt Roekle (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-3003) Allow the option of a DLQ per durable subscription DeadLetterStrategy In-Reply-To: <27936925.451288180920064.JavaMail.jira@thor> 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-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63378#action_63378 ] Kurt Roekle commented on AMQ-3003: ---------------------------------- We've tried specifying the destination DLQ, but it did not respect that and still ended up in the topic DLQ. > Allow the option of a DLQ per durable subscription DeadLetterStrategy > --------------------------------------------------------------------- > > Key: AMQ-3003 > URL: https://issues.apache.org/activemq/browse/AMQ-3003 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Affects Versions: 5.4.1 > Reporter: Gary Tully > Fix For: 5.5.0 > > > From https://issues.apache.org/activemq/browse/AMQ-2584 - with durable subscriptions sharing the DLQ there will be duplicate sends to the dlq if more than one durable sub rejects the message. > These durables are suppressed provided they are not already acked, in which case the duplicate can hang about. The audit=false option for the DLQ works around this, but it begs the question, can I know which durable subscription refused a message. > To facilitate this, having a DLQ pre durable sub is a nice option. It can use the clientId and subscriberName as the postfix, so ACTIVEMQ_DLQ.ClientId-SubscriberName - If the subscriber changes subsequent messages can go do a different DLQ. These destinations would need to be manually deleted when no longer needed. > This will require additional methods in org.apache.activemq.broker.region.policy.DeadLetterStrategy so will need to a version update. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.