Skip to content

Commit

Permalink
add queue_arguments field to the sample config and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Lucbernet committed Nov 13, 2024
1 parent f237166 commit e1b19fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/inputs/amqp_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ to use them.
# queue_consume_arguments = { }
# queue_consume_arguments = {"x-stream-offset" = "first"}

## Additional queue arguments.
# queue_arguments = { }
# queue_arguments = {"x-max-length" = 100}

## A binding between the exchange and queue using this binding key is
## created. If unset, no binding is created.
binding_key = "#"
Expand Down
4 changes: 4 additions & 0 deletions plugins/inputs/amqp_consumer/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
# queue_consume_arguments = { }
# queue_consume_arguments = {"x-stream-offset" = "first"}

## Additional queue arguments.
# queue_arguments = { }
# queue_arguments = {"x-max-length" = 100}

## A binding between the exchange and queue using this binding key is
## created. If unset, no binding is created.
binding_key = "#"
Expand Down

0 comments on commit e1b19fc

Please sign in to comment.