Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 80E61D955 for ; Sat, 16 Mar 2013 10:06:16 +0000 (UTC) Received: (qmail 25772 invoked by uid 500); 16 Mar 2013 10:06:16 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 25719 invoked by uid 500); 16 Mar 2013 10:06:16 -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 25711 invoked by uid 99); 16 Mar 2013 10:06:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 10:06:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fraser.adams@blueyonder.co.uk designates 81.103.221.47 as permitted sender) Received: from [81.103.221.47] (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 10:06:07 +0000 Received: from know-smtpout-1.server.virginmedia.net ([62.254.123.3]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20130316100547.RJVE4711.mtaout01-winn.ispmail.ntl.com@know-smtpout-1.server.virginmedia.net> for ; Sat, 16 Mar 2013 10:05:47 +0000 Received: from [82.38.114.236] (helo=[192.168.1.103]) by know-smtpout-1.server.virginmedia.net with esmtpa (Exim 4.63) (envelope-from ) id 1UGny6-0001WR-SQ for users@qpid.apache.org; Sat, 16 Mar 2013 10:04:03 +0000 Message-ID: <51444392.3070503@blueyonder.co.uk> Date: Sat, 16 Mar 2013 10:04:02 +0000 From: Fraser Adams User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: how to set static binding (routingkeys) config for Java broker? References: <5138E322.2010401@blueyonder.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=GaEGOwq9FwezmTggA+b6yC6zDZF2HYaK6RN/tSqdnVA= c=1 sm=0 a=ha7hkxcCzSMA:10 a=UaqyTVu_h08A:10 a=3NElcqgl2aoA:10 a=8nJEP1OIZ-IA:10 a=yQCALhucws29gmy5DbQA:9 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Virus-Checked: Checked by ClamAV on apache.org Hi Tom, Sorry, yeah it's pretty much there. I had intended to have something releasable last week but I got a little bogged down. Unfortunately the QMF2 version of qpid-config kind of "mis-uses" QMF ObjectIds, they are supposed to be opaque, but I guess for convenience qpid-config made use of the fact that the C++ broker generates ObjectIds that have an _object_name part that maps to the actual "name" property whereas my underlying Agent code allocated ObjectIds that are a little more opaque. It wasn't a huge deal because I can actually override the default ObjectId creation, the problem was more figuring out what was happening :-) given that qpid-config uses exchangeRef and queueRef but has some slightly "iffy" (IMHO) code to pull out the target name rather than use the ObjectId. In any case I'm "nearly" there. I'm tidying a few things up at the moment, for example it's a good idea to "order" the exchanges and queues returned because they may contain data from several different virtual hosts. Also bear in mind that a few things are likely to be incomplete, the differences in Queue configuration is a lot more different between the C++ and Java brokers than I had realised, in particular the Java broker has no "ring" queue and it doesn't have a "size" either (it looks like its bounding is entirely realised by using the flow control). I'm trying to map as much as I can, but that stuff is still likely to remain a bit of a "work in progress" even after the first release. If you could let me know ASAP what you are mainly interested in I could try and get as much as I can working. Frase On 16/03/13 00:41, Tom M wrote: > Fraser, > I was wondering if you have an update about the "QMF Management Plugin for > the Java Broker" ? > > we will be interested in trying it with the Java broker when available. > > thanks, > Tom > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org