Check if a RabbitMQ Queue exists -------------------------------- In order to use the management module you first need to install the python library, `requests`. :: pip install amqpstorm[management] .. literalinclude:: ../../examples/management/does_queue_exist.py