A simple, easy to use asynchronous messaging framework for Python. It provides a interface for using common asynchronous messaging patterns over different protocols. It currently supports AMQP and has been tested on RabbitMQ. The plan is to support more protocols in the future.
- Messaging Patterns
- Point to Point (Sending commands)
- Publish/Subscribe (Publishing events)
- Retries
- Auditing
- Error handling
- SSL Support
- Priority Queues
- Filters