Add queue_durability parameter to amqp_consumer input (#4628)
This commit is contained in:
@@ -46,6 +46,10 @@ The following defaults are known to work with RabbitMQ:
|
||||
|
||||
## AMQP queue name
|
||||
queue = "telegraf"
|
||||
|
||||
## AMQP queue durability can be "transient" or "durable".
|
||||
queue_durability = "durable"
|
||||
|
||||
## Binding Key
|
||||
binding_key = "#"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user