Synnefo

synnefo || ns || apt || mq || db || gunicorn || apache || astakos || cms || pithos || cyclades || kamaki || 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 .

# apt-get install rabbitmq-server

Add new administrator user named synnefo and gets full privileges on all exchanges:

# 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:

Table Of Contents

This Page