RabbitMQ Config
Update settings
Update one or more RabbitMQ configuration settings
put/config
Request body
object required
Example request
{
"rabbit.vm_memory_high_watermark": 0.5
}Response
Configuration updated successfully
Example response
{
"success": "RabbitMQ config has been updated"
}