summaryrefslogtreecommitdiff
path: root/schemas/config/2.0.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r--schemas/config/2.0.schema.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index f40bbc55..8dc5f80f 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -1437,17 +1437,17 @@
"default": "amqp.default"
},
"exchange_durable": {
- "description": "Durable exchange",
+ "description": "Durable exchange (rabbitmq option: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges)",
"type": "boolean",
"default": false
},
"exchange_auto_deleted": {
- "description": "Auto delete exchange",
+ "description": "Auto-delete (exchange is deleted when last queue is unbound from it): https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges",
"type": "boolean",
"default": false
},
"queue_auto_deleted": {
- "description": "Queue auto delete",
+ "description": "Auto-delete (queue that has had at least one consumer is deleted when last consumer unsubscribes)",
"type": "boolean",
"default": false
},
@@ -1621,7 +1621,7 @@
"default": 10
},
"prefetch": {
- "description": "Number of job to prefetch from the driver",
+ "description": "Number of job to prefetch from the driver until ACK/NACK",
"type": "integer",
"default": 100000
}
@@ -1669,7 +1669,7 @@
"default": 10
},
"prefetch": {
- "description": "Number of job to prefetch from the driver",
+ "description": "Number of job to prefetch from the driver until ACK/NACK",
"type": "integer",
"default": 100000
},