.. 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)
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