[Twisted-Python] interface kombu with twisted

David Serafini dbs at nimbula.com
Thu Sep 13 15:25:31 EDT 2012


 Thanks, Jan.

On Thu, Sep 13, 2012 at 12:10 PM, Jan Urbański <wulczer at wulczer.org> wrote:

> On 13/09/12 21:04, David Serafini wrote:
>
>> How did you implement this?  Did you use txamqp as a model or develop your
>> own approach?
>>
>
> No, I took pika (that already implements AMQP), wrote code to make it
> usable from a Twisted reactor and then added a Deferred layer on top of
> that.
>
> Pika already works with Tornado, so it was more or less prepared for being
> integrated in an event loop, such as the Twisted reactor.
>
> Here's an example of how to use it:
>
> https://github.com/pika/pika/**blob/master/examples/demo_**twisted.py<https://github.com/pika/pika/blob/master/examples/demo_twisted.py>
>
> Best,
> Jan
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20120913/c17bf70d/attachment.htm 


More information about the Twisted-Python mailing list