Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 799 Bytes

index.rst

File metadata and controls

40 lines (28 loc) · 799 Bytes

Welcome to CoolAMQP's documentation!

.. toctree::
    :maxdepth: 2
    :caption: Contents

    whatsnew
    tutorials
    how-to-guide
    caveats
    streams
    tracing
    reference
    frames

It is highly recommended to set logging level of CoolAMQP to error:

import logging
logging.getLogger('coolamqp').setLevel(logging.ERROR)

Quick FAQ

Q: I'm running uWSGI and I can't publish messages. What's wrong?

A: Since CoolAMQP spins a thread in the background, make sure to run
uwsgi with --enable-threads

Indices and tables