Fix exchange_durability sample config in amqp output
This commit is contained in:
parent
87b8141d13
commit
c7e2945a46
|
@ -35,8 +35,8 @@ For an introduction to AMQP see:
|
||||||
## If true, exchange will be passively declared.
|
## If true, exchange will be passively declared.
|
||||||
# exchange_declare_passive = false
|
# exchange_declare_passive = false
|
||||||
|
|
||||||
## If true, exchange will be created as a durable exchange.
|
## Exchange durability can be either "transient" or "durable".
|
||||||
# exchange_durable = true
|
# exchange_durability = "durable"
|
||||||
|
|
||||||
## Additional exchange arguments.
|
## Additional exchange arguments.
|
||||||
# exchange_arguments = { }
|
# exchange_arguments = { }
|
||||||
|
|
|
@ -93,8 +93,8 @@ var sampleConfig = `
|
||||||
## If true, exchange will be passively declared.
|
## If true, exchange will be passively declared.
|
||||||
# exchange_declare_passive = false
|
# exchange_declare_passive = false
|
||||||
|
|
||||||
## If true, exchange will be created as a durable exchange.
|
## Exchange durability can be either "transient" or "durable".
|
||||||
# exchange_durable = true
|
# exchange_durability = "durable"
|
||||||
|
|
||||||
## Additional exchange arguments.
|
## Additional exchange arguments.
|
||||||
# exchange_arguments = { }
|
# exchange_arguments = { }
|
||||||
|
|
Loading…
Reference in New Issue