Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E75D79ED9 for ; Wed, 1 Feb 2012 20:57:43 +0000 (UTC) Received: (qmail 40830 invoked by uid 500); 1 Feb 2012 20:57:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40809 invoked by uid 500); 1 Feb 2012 20:57:42 -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 40801 invoked by uid 99); 1 Feb 2012 20:57:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 20:57:42 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 20:57:38 +0000 Received: by qcsp15 with SMTP id p15so1012397qcs.2 for ; Wed, 01 Feb 2012 12:57:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=sLM9S6ThvAkV2SR87iD7U3T3/q9grX1SKfnMaXnyw70=; b=CIcirjoHNIOqdvW8Y/cK3tKXZimeAbgmZNRo9dwZ7Lgv9RNdtCOvzZEvBddtbe2ykK QWeptFS7290adoQvdBpT2CMjFbPy1p62W3TU+ToKwjhJTBl26tw9wHi5fAaKLQFQPJHY k+FqItq1+b6Xa+7Vm9ZW1zYcrVTfLMHFCttk4= MIME-Version: 1.0 Received: by 10.224.185.16 with SMTP id cm16mr682739qab.0.1328129837548; Wed, 01 Feb 2012 12:57:17 -0800 (PST) Received: by 10.229.32.65 with HTTP; Wed, 1 Feb 2012 12:57:17 -0800 (PST) In-Reply-To: <1328106089791-4348011.post@n4.nabble.com> References: <1328106089791-4348011.post@n4.nabble.com> Date: Wed, 1 Feb 2012 20:57:17 +0000 Message-ID: Subject: Re: Who creates ActiveMQ.DLQ and DLQ. Queues From: Gary Tully To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable the broker creates the queue and it uses broker credentials, these bypass authorization, so they are like super user. On 1 February 2012 14:21, Zagan wrote: > Hello, > I have an Active MQ broker secured with Username/Password through the use= of > and . > > I now want to configure a Deadletter queue for each created queue: > " producerFlowControl=3D"true" > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0memoryLimit=3D"1mb"> > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0queuePrefix=3D"DLQ."= useQueueForQueueMessages=3D"true" > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0processExpired=3D"tr= ue" processNonPersistent=3D"false" /> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 > > > The client queues are automatically generated at startup via > =A0 > =A0 =A0 =A0 > =A0 =A0 > > > When I start the Active MQ broker and connect with a client (who has only > the right to read + write to the TEST queue) something went wrong. So he > wants to put the messag to DLQ.TEST. Who creates the queue - the client w= ho > doesn't have the permissions or is this queue created serverside with > "admin" privileges? > > Thanks for any help > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/Who-c= reates-ActiveMQ-DLQ-and-DLQ-QueueName-Queues-tp4348011p4348011.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. --=20 http://fusesource.com http://blog.garytully.com