Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 59241 invoked from network); 9 Oct 2006 10:48:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2006 10:48:31 -0000 Received: (qmail 26902 invoked by uid 500); 9 Oct 2006 10:48:30 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 26878 invoked by uid 500); 9 Oct 2006 10:48:30 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 26869 invoked by uid 99); 9 Oct 2006 10:48:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 03:48:30 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.177.56.99] (HELO genesis.exist.com) (203.177.56.99) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 03:48:27 -0700 Received: from [192.168.241.133] ([58.71.14.245]) (authenticated bits=0) by genesis.exist.com (8.13.1/8.13.1) with ESMTP id k99AoUXr022571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Oct 2006 18:50:38 +0800 Message-ID: <452A28D6.2020204@exist.com> Date: Mon, 09 Oct 2006 18:47:50 +0800 From: Jonas Lim User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: activemq-dev@geronimo.apache.org Subject: Re: ActiveMQ.DLQ References: <6711788.post@talk.nabble.com> <452A2748.3090601@exist.com> In-Reply-To: <452A2748.3090601@exist.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oh btw, here is an example on using them : https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/RedeliveryPolicyTest.java Jonas Lim wrote: > > hi, > > It's the destination name for the dead letter queue. You can have a > consumer listen to this queue and should be able to get the > message(if any) off the DLQ . > > Regards, > Jonas > > Christopher_Ong wrote: >> May I know what is ActiveMQ.DLQ? >> >