Description of configuration options for rabbitmq
Configuration option=Default value (Type) Description
rabbit_durable_queues=False (BoolOpt) use durable queues in RabbitMQ
rabbit_ha_queues=False (BoolOpt) use H/A queues in RabbitMQ (x-ha-policy: all).You need to wipe RabbitMQ database when changing this option.
rabbit_host=localhost (StrOpt) The RabbitMQ broker address where a single node is used
rabbit_hosts=$rabbit_host:$rabbit_port (ListOpt) RabbitMQ HA cluster host:port pairs
rabbit_max_retries=0 (IntOpt) maximum retries with trying to connect to RabbitMQ (the default of 0 implies an infinite retry count)
rabbit_password=guest (StrOpt) the RabbitMQ password
rabbit_port=5672 (IntOpt) The RabbitMQ broker port where a single node is used
rabbit_retry_backoff=2 (IntOpt) how long to backoff for between retries when connecting to RabbitMQ
rabbit_retry_interval=1 (IntOpt) how frequently to retry connecting with RabbitMQ
rabbit_use_ssl=False (BoolOpt) connect over SSL for RabbitMQ
rabbit_userid=guest (StrOpt) the RabbitMQ userid
rabbit_virtual_host=/ (StrOpt) the RabbitMQ virtual host