Add queue_durability parameter to amqp_consumer input (#4628)

This commit is contained in:
Andrew
2018-09-05 23:27:52 +02:00
committed by Daniel Nelson
parent 13029a1fa4
commit a47149765e
2 changed files with 29 additions and 9 deletions

View File

@@ -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 = "#"