resultsdb: add a queue section to the fedora-messaging config
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3e2a43a1d7
commit
ad8b7ef275
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ passive_declares = true
|
||||||
callback = "resultsdb_listener.consumer:Consumer"
|
callback = "resultsdb_listener.consumer:Consumer"
|
||||||
|
|
||||||
|
|
||||||
|
[queues.resultsdb{{ env_suffix }}_ci_listener]
|
||||||
|
durable = true
|
||||||
|
auto_delete = false
|
||||||
|
exclusive = true
|
||||||
|
arguments = {}
|
||||||
|
|
||||||
# Note the double brackets below.
|
# Note the double brackets below.
|
||||||
# To add another binding, add another [[bindings]] section.
|
# To add another binding, add another [[bindings]] section.
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue