1e5447a9bc
module for Python/Twisted, by Esteve Fernandez. Tested with RabbitMQ 1.6.0 on FreeBSD 7.2-STABLE, i386 and amd64, using Esteve's example code here: http://fluidinfo.com/esteve/stuff/txamqp_consumer.py http://fluidinfo.com/esteve/stuff/txamqp_publisher.py Note: The Thrift-in-AMQP support is not yet built as it depends on the Thrift bindings for Python which need to be fixed.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
This project contains all the necessary code to connect, send and
|
|
receive messages to/from an AMQP-compliant peer or broker (Qpid,
|
|
OpenAMQ, RabbitMQ) using Twisted. It also includes support for using
|
|
Thrift RPC over AMQP in Twisted applications.
|
|
|
|
WWW: https://launchpad.net/txamqp
|