Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 1329 invoked from network); 26 Aug 2008 14:39:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 14:39:46 -0000 Received: (qmail 23185 invoked by uid 500); 26 Aug 2008 14:39:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23171 invoked by uid 500); 26 Aug 2008 14:39:43 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 23145 invoked by uid 99); 26 Aug 2008 14:39:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 07:39:43 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 14:38:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KXzhS-0005LP-Iq for users@activemq.apache.org; Tue, 26 Aug 2008 07:39:14 -0700 Message-ID: <19163345.post@talk.nabble.com> Date: Tue, 26 Aug 2008 07:39:14 -0700 (PDT) From: "dirk.mahler" To: users@activemq.apache.org Subject: DLQ per subscriber? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dirk.mahler@buschmais.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, i've got ActiveMQ 4.1.1 running and a topic with two durable subscribers deployed. Furthermore I added some configuration parameters to provide redelivery in case of problems while consuming messages from the topic - all this works fine. Next step was adding a dead letter queue strategy. I would like to specify an individual DLQ per subscriber but according to the documentation and the configuration I've got running so far a DLQ may only be specified for a topic. This IMHO does not make much sense because after receiving a message in that DLQ it is not possible to decide which one of the subscribers failed. Is there a solution for this? Regards Dirk -- View this message in context: http://www.nabble.com/DLQ-per-subscriber--tp19163345p19163345.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.