Skip to content

RabbitMQ

Managed RabbitMQ. Supports multi-node deployments and custom virtual hosts.

FieldTypeRequiredConstraintsDescription
namestringYes
cpuCoresfloatYes0 < value ≤ 2
memoryMBintegerYes≤ 4096
storageGBintegerYes≤ 100
instancesintegerNo1–5Number of nodes. Defaults to 1
vhoststringNoVirtual host. Defaults to /
usernamestringYes
passwordstringYes
[[rabbitmq]]
name = "mq"
cpuCores = 0.5
memoryMB = 512
storageGB = 10
instances = 1
vhost = "/"
username = "app"
password = "secret"