From users-return-2301-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Thu Dec 10 15:16:00 2009 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 22378 invoked from network); 10 Dec 2009 15:16:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 15:16:00 -0000 Received: (qmail 63427 invoked by uid 500); 10 Dec 2009 15:15:59 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 63397 invoked by uid 500); 10 Dec 2009 15:15:59 -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 63385 invoked by uid 99); 10 Dec 2009 15:15:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 15:15:59 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajith77@gmail.com designates 209.85.219.214 as permitted sender) Received: from [209.85.219.214] (HELO mail-ew0-f214.google.com) (209.85.219.214) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 15:15:57 +0000 Received: by ewy6 with SMTP id 6so3225403ewy.9 for ; Thu, 10 Dec 2009 07:15:35 -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 :content-transfer-encoding; bh=gqTajMPQg8o1n4DKfKqeXNqfrAhyIJpRhsW6v0jG3uI=; b=rVLMKJp86qASPQee9tfuO3FNV2jcLfj/rzE9Cbn6XsWtzqrnI+tjTl+LGB39iRrZ4D 6WoykpH6m11RT4gfXdYaw11PxVoCg8UrnuWjOWEFRv9ozI2FbKucSSu3ZWlSMNYVtzr4 MsnBmvL9RkbRDEsKUPw8R8Q44bqPBFf6c0Maw= 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:content-transfer-encoding; b=eAAF9s0ETAOIMgbtRRFvT5+wL1JCQciAUtM9NNux6pFMRchtFueQYc6YNQ9YXGXnCs s4krunIrttupH3M/lL1CPDhDikBa8SD8KIX5HVH+b95thI8+wslFfoUAs4v2oG8ABNb8 QDi6cbn8spNKqZBAOgU9LMutjmmbbj1LPhmDY= MIME-Version: 1.0 Received: by 10.216.93.17 with SMTP id k17mr24890wef.31.1260458135511; Thu, 10 Dec 2009 07:15:35 -0800 (PST) In-Reply-To: <838ec8ff0912100508v15d61ab4q4aa0cd3b0a218f8d@mail.gmail.com> References: <838ec8ff0912100508v15d61ab4q4aa0cd3b0a218f8d@mail.gmail.com> Date: Thu, 10 Dec 2009 10:15:35 -0500 Message-ID: Subject: Re: PHP bindings for Qpid? From: Rajith Attapattu To: users@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Dec 10, 2009 at 8:08 AM, Michael DeHaan wrote: > Hi list, > > I'm curious if anyone has any existing/working PHP bindings for qpid? I am afraid we don't have any PHP bindings at the moment. > I have found http://code.google.com/p/php-amqplib/ which works > sufficiently well with RabbitMQ, though apparently it does not play > work (so I'm told) with qpid. > Perhaps minor differences in implementation of the protocol are at > issue? =A0(Or, if someone has had success here, can you share?) It will not work with the c++ broker as it supports only the 0-10 version of the protocol. However it should work reasonably well with the Java broker as it supports 0-8,0-9 and 0-10 versions of the protocol. > I'm well aware of the existing Ruby/Python/C bindings which work > great... and am hoping I don't have to develop my own for the PHP > side, on top of the C client > libraries. Sadly we don't have a portable C client yet. There is talk about a protocol engine written in C. If that happens we could potentially support more clients than we have today using something like swig. Rajith > Thanks! > > --Michael > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: =A0 =A0 =A0http://qpid.apache.org > Use/Interact: mailto:users-subscribe@qpid.apache.org > > --=20 Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org