From users-return-9863-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Tue Feb 4 16:53:58 2014 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 B3E1C10214 for ; Tue, 4 Feb 2014 16:53:58 +0000 (UTC) Received: (qmail 73909 invoked by uid 500); 4 Feb 2014 16:53:58 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 73879 invoked by uid 500); 4 Feb 2014 16:53:57 -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 73871 invoked by uid 99); 4 Feb 2014 16:53:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 16:53:57 +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 (athena.apache.org: domain of astitcher@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, 04 Feb 2014 16:53:53 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s14GrUEp018390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Feb 2014 11:53:31 -0500 Received: from [10.18.49.112] ([10.18.49.112]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s14GoTN7012913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Feb 2014 11:50:30 -0500 Message-ID: <1391532629.3154.19.camel@pansy.local> Subject: Re: Bindings for Google's Dart language. From: Andrew Stitcher To: users@qpid.apache.org Date: Tue, 04 Feb 2014 11:50:29 -0500 In-Reply-To: References: Organization: Red Hat Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2014-02-04 at 14:11 +0000, Steve Hamblett wrote: > Can be found here for the > interested This looks very cool. It's always fun to see amqp supporting new languages and projects. Is it in support of any specific project you'd like to share? The major comment I have is that it appears that you have built this API on top of the old and now unsupported qpid::client API - this will be a problem from now on as we do not ship this as an external API any more (from 0.26 our upcoming release). The APIs to use is the qpid::messaging/qpid::types API. It looks that you haven't done anything too dependent on the old API though so I don't think this should be to hard to fix. Are you interested in submitting it to the Qpid project? Obviously that would be up to you. However if you want to, I believe you would need to relicense the code to an Apache license. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org