Welcome to CoolAMQP's documentation!
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
- :ref:`genindex`
- :ref:`modindex`
- :ref:`search`