Last Updated: February 25, 2016
·
695
· lgiordani

Postage - a RabbitMQ-based Component Python Library

Pika is a wonderful pure Python implementation of the AMQP protocol. Using it you can exploit the full power of your RabbitMQ installation from your Python code.

When using pika to develop a component-based system I tried to write some code to simplify its use: the result is Postage, a Python library that provides higher level structures such as a message format, components fingerprint, rich producer and consumers.

Read the post on The Digital Cat