freebsd-ports/net/py-txamqp/pkg-descr
Bruce M Simpson 1e5447a9bc Add new port py-txamqp, an asynchronous-capable AMQP messing transport
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.
2009-07-04 19:17:11 +00:00

6 lines
281 B
Text

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