Skip to content

EDITD/queue_util

 
 

Repository files navigation

queue_util

Build Status Pypi Version Python Versions

A set of utilities for consuming (and producing) from a rabbitmq queue

End of life

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.

Development

Testing

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]

Release

  • Update CHANGELOG to add new version and document it
  • In GitHub, create a new release
    • Name the release v<version> (for example v1.2.3)
    • Title the release with a highlight of the changes
    • Copy changes in the release from CHANGELOG.md into the release description TravisCI will package the release and publish it to Pypi

About

A set of utilities for consuming (and producing) from a rabbitmq queue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%