Greenwave: Add wildcard to the message topics
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a61175d281
commit
451f4a6cca
1 changed files with 2 additions and 4 deletions
|
@ -14,10 +14,8 @@ callback = "greenwave.consumers.fedora_messaging_consumer:fedora_messaging_callb
|
||||||
queue = "greenwave"
|
queue = "greenwave"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [
|
routing_keys = [
|
||||||
"org.fedoraproject.prod.taskotron.result.new",
|
"org.fedoraproject.*.taskotron.result.new",
|
||||||
"org.fedoraproject.stg.taskotron.result.new",
|
"org.fedoraproject.*.waiver.new",
|
||||||
"org.fedoraproject.prod.waiver.new",
|
|
||||||
"org.fedoraproject.stg.waiver.new",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue