From qpid-dev-return-3853-apmail-incubator-qpid-dev-archive=incubator.apache.org@incubator.apache.org Wed Mar 07 19:24:08 2007 Return-Path: Delivered-To: apmail-incubator-qpid-dev-archive@locus.apache.org Received: (qmail 67644 invoked from network); 7 Mar 2007 19:24:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 19:24:08 -0000 Received: (qmail 83127 invoked by uid 500); 7 Mar 2007 19:24:16 -0000 Delivered-To: apmail-incubator-qpid-dev-archive@incubator.apache.org Received: (qmail 83102 invoked by uid 500); 7 Mar 2007 19:24:16 -0000 Mailing-List: contact qpid-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-dev@incubator.apache.org Received: (qmail 83092 invoked by uid 99); 7 Mar 2007 19:24:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 11:24:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of aconway@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 11:24:05 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l27JNg7A020831 for ; Wed, 7 Mar 2007 14:23:42 -0500 Received: from pobox-2.corp.redhat.com (pobox-2.corp.redhat.com [10.11.255.15]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l27JNggA019411 for ; Wed, 7 Mar 2007 14:23:42 -0500 Received: from [10.13.248.19] (vpn-248-19.boston.redhat.com [10.13.248.19]) by pobox-2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l27JNfVZ015866 for ; Wed, 7 Mar 2007 14:23:42 -0500 Message-ID: <45EF11AD.8090606@redhat.com> Date: Wed, 07 Mar 2007 14:25:33 -0500 From: Alan Conway User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 To: qpid-dev@incubator.apache.org Subject: Re: ruby status References: <45EF07A1.9040009@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org +1 for ruby from me also. Robert Godfrey wrote: > +1 for Ruby in M2 from me then > > On 07/03/07, Rafael Schloming wrote: >> >> I spent some time yesterday bringing the ruby implementation in sync >> with the Java broker and adding some tests. I also added a test harness >> with a simple run-tests script similar to the python script of the same >> name. With these changes the ruby impl now has easily runnable test >> coverage for connection negotiation, channel open/close, publishing, and >> consuming basic messages. >> >> Given this I believe it would be perfectly appropriate to include it in >> a release perhaps with a disclaimer stating that it is newer and less >> used than the other clients. >> >> --Rafael >> >