From users-return-825-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Sun Feb 15 04:01:44 2009 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 19449 invoked from network); 15 Feb 2009 04:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 04:01:44 -0000 Received: (qmail 50611 invoked by uid 500); 15 Feb 2009 04:01:43 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 50594 invoked by uid 500); 15 Feb 2009 04:01:43 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 50583 invoked by uid 99); 15 Feb 2009 04:01:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 20:01:43 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gs.chandran.n@gmail.com designates 209.85.198.225 as permitted sender) Received: from [209.85.198.225] (HELO rv-out-0506.google.com) (209.85.198.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 04:01:35 +0000 Received: by rv-out-0506.google.com with SMTP id l9so1075778rvb.9 for ; Sat, 14 Feb 2009 20:01:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ttMy5cyGQCXkGF3YSISF82g9jV++NXFxr8wi+fDeDVo=; b=uKxrFP4m7Ie2B75SJo7rwwt3TDRPqdeD64iawB+9xGwojH3p273626dlC4LI52jE/7 BgE4kpLyFkQPJLExiM5CefZj5mEQVMmXaIX5MwQ17241TxeWYICaHsGscsKt7O7zspOC 3So8AxvMj7wyNr4XNMSTDyEuD+Oq8caVGwLCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hmJvLlrJaq4z+vYWG0ddypEF3NITWjrCA9I0+cS0VrlPgxPxildDl09P+GxKozNVkS OYfU5JUacKcEX95oaY0pLbnmVbsh1xeDHQOeXApUFCMQv4XftsT06kNoNaI9qHj3DDL+ 9zon6EwMY+chXeUyDqlG9NPcu/rjjYjBun4gU= MIME-Version: 1.0 Received: by 10.143.34.20 with SMTP id m20mr1678989wfj.347.1234670474399; Sat, 14 Feb 2009 20:01:14 -0800 (PST) In-Reply-To: <4995D83C.7070202@redhat.com> References: <1802abc00902122223me954a85t74f18836d27b19ac@mail.gmail.com> <49958A5F.60909@redhat.com> <1802abc00902131132j603cf1eap410da7a7578b7d9a@mail.gmail.com> <4995D83C.7070202@redhat.com> Date: Sun, 15 Feb 2009 09:31:14 +0530 Message-ID: <1802abc00902142001x2812dd31o62064791200bae6c@mail.gmail.com> Subject: Re: Doubts on the environment From: "GS.Chandra N" To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=001636e1fb0a0a91600462ed1f3e X-Virus-Checked: Checked by ClamAV on apache.org --001636e1fb0a0a91600462ed1f3e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Sat, Feb 14, 2009 at 1:59 AM, Ted Ross wrote: >For your purposes, it might be better to declare your own headers exchange Thanks for the reply Tedd. I saw how to achieve this using qpid-config. Are there any other ways, like declaring the required exchanges / queues as set of commands in the configuration file? I saw something similar once but cannot find it now in any of the docs. Thanks gs GS.Chandra N wrote: > >> On Fri, Feb 13, 2009 at 8:27 PM, Ted Ross wrote: >> >> >> >>> You should add "auto_delete=True" to the session.queue_declare function. >>> >>> >> Otherwise, the queue stays in place between test runs. >> >> Ok. But what about exchanges ? When i do a show from qpid-tool on the >> amq.match exchange it shows property durable to be true. How do i >> configure >> this? >> >> > amq.match is a special case as it is declared by default on the broker. > You can neither delete nor configure any of the amq.* exchanges. For your > purposes, it might be better to declare your own headers exchange, use it, > then delete it when you are done. > >> >> >>> qpid-queue-stat displays the statistics as they are published by the >>> >>> >> broker. >> >> Not related but when i do a show on the queue from the apid-tool i see >> latency related figures in it. But they are always zero. Now how do i get >> these figures to show the actual latencies ? >> >> > The latency statistics under queue are not yet implemented. I think > there's a Jira outstanding for this missing feature. > > Regards, > > -Ted > > --001636e1fb0a0a91600462ed1f3e--