Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 33744 invoked from network); 5 Sep 2008 14:12:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2008 14:12:23 -0000 Received: (qmail 57446 invoked by uid 500); 5 Sep 2008 14:12:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57424 invoked by uid 500); 5 Sep 2008 14:12:20 -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 57409 invoked by uid 99); 5 Sep 2008 14:12:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 07:12:20 -0700 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; Fri, 05 Sep 2008 14:11:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA0C1234C1D5 for ; Fri, 5 Sep 2008 07:11:53 -0700 (PDT) Message-ID: <2020930260.1220623913760.JavaMail.jira@brutus> Date: Fri, 5 Sep 2008 07:11:53 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1892) Broker plugin to allow automatic discarding of the items being sent to the dead letter queue In-Reply-To: <1075839368.1218840112592.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1892. ----------------------------- Assignee: Rob Davies Resolution: Fixed patch applied by SVN revision 692449 > Broker plugin to allow automatic discarding of the items being sent to the dead letter queue > -------------------------------------------------------------------------------------------- > > Key: AMQ-1892 > URL: https://issues.apache.org/activemq/browse/AMQ-1892 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Affects Versions: 5.0.0, 5.1.0 > Reporter: Filip Hanik > Assignee: Rob Davies > Fix For: 5.2.0 > > Attachments: discarding-dlq-plugin.zip > > > A very simple, yet very useful plugin to the broker. This allows one to configure queues and topics, all or matched based on regular expressions, to drop messages being sent to the DLQ > extremely useful when one uses constant pending message limit strategy or the other eviction rules, but don't want to incur the overhead of yet another consumer to clear the DLQ > Configuration looks like > > xmlns="http://www.springframework.org/schema/beans" > id="discardingDlqBroker" > class="org.apache.activemq.plugin.DiscardingDLQBroker"> > > > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.