the-new-hotness: Add passive_declares to config

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-03-01 11:08:28 +01:00
parent c094d85c61
commit 8834f70859

View file

@ -18,20 +18,10 @@ items:
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
publish_exchange = "amq.topic"
passive_declares = True
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]
[tls]