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 1CF0411602 for ; Tue, 13 May 2014 16:18:31 +0000 (UTC) Received: (qmail 18194 invoked by uid 500); 13 May 2014 15:18:31 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 18165 invoked by uid 500); 13 May 2014 15:18:31 -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 18150 invoked by uid 99); 13 May 2014 15:18:31 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 15:18:31 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 15:18:29 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4DFI1tN030440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 13 May 2014 11:18:02 -0400 Received: from [10.36.116.55] (ovpn-116-55.ams2.redhat.com [10.36.116.55]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4DFI0MZ018989; Tue, 13 May 2014 11:18:00 -0400 Message-ID: <53723859.1090508@redhat.com> Date: Tue, 13 May 2014 16:20:57 +0100 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Matt Parsons (USA), Charlie Peters (USA), Michael O'Neill (Ireland) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "users@qpid.apache.org" , dev@activemq.apache.org Subject: AMQP 1.0 connection property names Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Virus-Checked: Checked by ClamAV on apache.org The qpid::messaging (c++), qpid.messaging (python) libraries send connection properties to identify the process by name and pid among other things. These are then used by the QMF support in qpidd to report the process details for the connections. This has proven to be an extremely useful feature and is supported also over AMQP 1.0. At present the property names used for both 0-10 and 1.0 are qpid.client_pid and qpid.client_process. However I would like to send this data in an application outside of qpid[1]. Having standard names for these two items over AMQP 1.0 would be great. This is not to force any implementation that doesn't support or recognise them to do so, merely to encourage anyone adding something similar to use the same property name for better interoperability. I'm open to any suggestions on the names to use, but I would like to submit a request to OASIS to have them added to http://www.amqp.org/specification/1.0/connection-properties. My suggestion is simply to use 'pid' and 'process'. Anyone have an opinion on this? If not I'll go ahead and send a request to https://lists.oasis-open.org/archives/amqp-comment/ Apologies for the cross-posting, but I figured there may be interest on the ActiveMQ side as well. --Gordon. [1] Specifically a proposed 'driver' supporting AMQP 1.0 in OpenStack's messaging library: https://github.com/FlaPer87/oslo.messaging/tree/gordon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org