txAMQP is a Python library for communicating with AMQP-compliant brokers and peers using Twisted.
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.
This project is license under the Apache Software License 2.0
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Includes support for Thrift, and various minor fixes.