A set of utilities for consuming (and producing) from a rabbitmq queue
This project is not actively developed any more.
Kombu has provided the ConsumerMixin utility for a very long time now. That abstraction allows to code Consumers very similar to the one provided here with very little code, and much better handling of errors, disconnections and the full range of features that Kombu has on offer.
If you are still actively using this library and need support for it, please get in touch with a GitHub issue or an email.
You will need to have:
- a local
Docker
service tox
installed (globally available)- All supported versions of python installed (Pyenv is highly recommended)
tox [-p auto]
- Update CHANGELOG to add new version and document it
- In GitHub, create a new release