RabbitMQ
Managed RabbitMQ. Supports multi-node deployments and custom virtual hosts.
Fields
Section titled “Fields”| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
name | string | Yes | ||
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
instances | integer | No | 1–5 | Number of nodes. Defaults to 1 |
vhost | string | No | Virtual host. Defaults to / | |
username | string | Yes | ||
password | string | Yes |
[[rabbitmq]]name = "mq"cpuCores = 0.5memoryMB = 512storageGB = 10instances = 1vhost = "/"username = "app"password = "secret"