You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Jimmy John <ji...@yahoo.com> on 2007/04/26 03:10:55 UTC

qpid python implementation

Hello,

    Is there any qpid python implementation. I saw only C++/Java implementations of the broker.

Thanks
Jimmy




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: qpid python implementation

Posted by Rafael Schloming <ra...@redhat.com>.
Alan Conway wrote:
> On Thu, 2007-04-26 at 12:50 +0100, Martin Ritchie wrote:
>> On 26/04/07, Jimmy John <ji...@yahoo.com> wrote:
>>> Hello,
>>>
>>>     Is there any qpid python implementation. I saw only C++/Java implementations of the broker.
>> We currently only have the two broker implementations. But we have
>> clients in C++, C#(.Net), java, python and ruby.
> 
> I have heard there is partial broker implementation in python,
> sufficient to script the broker side of tests. I've never used it, Rafi
> would know more.

What is implemented in python is enough of the I/O and threading for a 
Broker that you can easily script the Broker half of AMQP protocol 
interactions. This is quite useful for testing, however it doesn't 
constitute a fully functional Broker. A fully functional python broker 
would require persistent queues, transactions, etc, all of which would 
need to be built on top of what is currently there.

--Rafael

Re: qpid python implementation

Posted by Alan Conway <ac...@redhat.com>.
On Thu, 2007-04-26 at 12:50 +0100, Martin Ritchie wrote:
> On 26/04/07, Jimmy John <ji...@yahoo.com> wrote:
> > Hello,
> >
> >     Is there any qpid python implementation. I saw only C++/Java implementations of the broker.
> 
> We currently only have the two broker implementations. But we have
> clients in C++, C#(.Net), java, python and ruby.

I have heard there is partial broker implementation in python,
sufficient to script the broker side of tests. I've never used it, Rafi
would know more.

Cheers,
Alan.


Re: qpid python implementation

Posted by Martin Ritchie <ri...@apache.org>.
On 26/04/07, Jimmy John <ji...@yahoo.com> wrote:
> Hello,
>
>     Is there any qpid python implementation. I saw only C++/Java implementations of the broker.

We currently only have the two broker implementations. But we have
clients in C++, C#(.Net), java, python and ruby.

> Thanks
> Jimmy
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


-- 
Martin Ritchie