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