Greenwave: Set passive_declares=true in fedora-messaging config

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-03 10:09:38 +02:00
parent 9c12bb195d
commit 5b1080f198

View file

@ -5,6 +5,7 @@
amqp_url = "amqps://greenwave{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
publish_exchange = "amq.topic"
passive_declares = true
callback = "greenwave.consumers.fedora_messaging_consumer:fedora_messaging_callback"