Fix exchange_durability sample config in amqp output

This commit is contained in:
Daniel Nelson 2018-09-04 13:21:58 -07:00
parent 87b8141d13
commit c7e2945a46
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ For an introduction to AMQP see:
## If true, exchange will be passively declared.
# exchange_declare_passive = false
## If true, exchange will be created as a durable exchange.
# exchange_durable = true
## Exchange durability can be either "transient" or "durable".
# exchange_durability = "durable"
## Additional exchange arguments.
# exchange_arguments = { }

View File

@ -93,8 +93,8 @@ var sampleConfig = `
## If true, exchange will be passively declared.
# exchange_declare_passive = false
## If true, exchange will be created as a durable exchange.
# exchange_durable = true
## Exchange durability can be either "transient" or "durable".
# exchange_durability = "durable"
## Additional exchange arguments.
# exchange_arguments = { }