the-new-hotness: Add passive_declares to config
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
c094d85c61
commit
8834f70859
1 changed files with 1 additions and 11 deletions
|
@ -18,20 +18,10 @@ items:
|
||||||
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||||
|
|
||||||
publish_exchange = "amq.topic"
|
publish_exchange = "amq.topic"
|
||||||
|
passive_declares = True
|
||||||
|
|
||||||
callback = "hotness.consumers:BugzillaTicketFiler"
|
callback = "hotness.consumers:BugzillaTicketFiler"
|
||||||
|
|
||||||
# Note the double brackets below.
|
|
||||||
# To add another binding, add another [[bindings]] section.
|
|
||||||
#[[bindings]]
|
|
||||||
#queue = "the-new-hotness{{ env_suffix }}"
|
|
||||||
#exchange = "amq.topic"
|
|
||||||
#routing_keys = [
|
|
||||||
# "org.release-monitoring.*.anitya.project.version.update",
|
|
||||||
# "org.release-monitoring.*.anitya.project.map.new",
|
|
||||||
# "org.fedoraproject.*.buildsys.task.state.change",
|
|
||||||
#]
|
|
||||||
|
|
||||||
[exchanges]
|
[exchanges]
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue