RabbitMQ
Configuration
The section in the configuration file is called rabbit_mq
.
Field | Type | Required | Default value | Description |
---|---|---|---|---|
url | string | no | "amqp://guest:guest@localhost:5672" | The RabbitMQ broker URL |
mail_task_queue | string | yes | - | The name of the RabbitMQ queue for the SMTP mailer |
Example
[rabbit_mq]
url = "amqp://username:password@localhost/%2F"
mail_task_queue = "opentalk_mailer"