Socket
Socket
Sign inDemoInstall

queue-util

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue-util

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


Maintainers
2

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc