.. _i-mq: Synnefo ------- :ref:`synnefo ` || :ref:`ns ` || :ref:`apt ` || mq || :ref:`db ` || :ref:`gunicorn ` || :ref:`apache ` || :ref:`astakos ` || :ref:`cms ` || :ref:`pithos ` || :ref:`cyclades ` || :ref:`kamaki ` || :ref:`backends ` Message Queue Setup +++++++++++++++++++ The following apply to ``mq`` node. For the rest of the sections we will refer to its IP as ``mq.example.com`` . .. code-block:: console # apt-get install rabbitmq-server Add new administrator user named ``synnefo`` and gets full privileges on all exchanges: .. code-block:: console # rabbitmqctl add_user synnefo "examle_rabbitmq_passw0rd" # rabbitmqctl set_permissions synnefo ".*" ".*" ".*" # rabbitmqctl delete_user guest # rabbitmqctl set_user_tags synnefo administrator # /etc/init.d/rabbitmq-server restart Test your Setup: ++++++++++++++++