Zum Hauptinhalt springen

RabbitMQ

Configuration

The section in the configuration file is called rabbitmq.

FieldTypeRequiredDefault valueDescription
uristringyes-The RabbitMQ broker URL
queuestringyes-The name of the RabbitMQ queue for the recorder

Example

[rabbitmq]
uri = "amqp://username:password@localhost/%2F"
recording_task_queue = "opentalk_recorder"