Thanks, Jan. On Thu, Sep 13, 2012 at 12:10 PM, Jan UrbaĆski <[email protected]> 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 > >
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
