Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 2.91 KB

index.rst

File metadata and controls

96 lines (70 loc) · 2.91 KB

rejected

Rejected is a AMQP consumer daemon and message processing framework. It allows for rapid development of message processing consumers by handling all of the core functionality of communicating with RabbitMQ and management of consumer processes.

Rejected runs as a master process with multiple consumer configurations that are each run it an isolated process. It has the ability to collect statistical data from the consumer processes and report on it.

Rejected supports Python 2.7 and 3.4+.

Version Status Climate License

Features

  • Automatic exception handling including connection management and consumer restarting
  • Smart consumer classes that can automatically decode and deserialize message bodies based upon message headers
  • Metrics logging and submission to statsd and InfluxDB
  • Built-in profiling of consumer code
  • Ability to write asynchronous code in consumers allowing for parallel communication with external resources

Installation

rejected is available from the Python Package Index and can be installed by running :command:`pip install rejected`.

For additional dependencies for optional features:

Getting Started

.. toctree::
   :glob:
   :maxdepth: 2

   consumer_howto
   configuration
   example_config
   cli

API Documentation

.. toctree::
   :glob:
   :maxdepth: 2

   consumer
   api_testing

Issues

Please report any issues to the Github repo at https://github.com/gmr/rejected/issues

Source

rejected source is available on Github at https://github.com/gmr/rejected

Version History

See :doc:`history`

Indices and tables