bodhi: use passive declares in fedora-messaging

AMQP clients don't have permission to create objects, so they can only
validate the objects exist with passive declarations.
This commit is contained in:
Jeremy Cline 2019-05-14 14:09:47 +00:00
parent 36fc015c49
commit 22b1a285ab

View file

@ -7,7 +7,7 @@ topic_prefix = "org.fedoraproject.prod"
{% endif %} {% endif %}
publish_exchange = "amq.topic" publish_exchange = "amq.topic"
passive_declares = false passive_declares = true
{# If bodhi_message_routing_keys is defined, this must be a consumer so let's also set up the consumer {# If bodhi_message_routing_keys is defined, this must be a consumer so let's also set up the consumer
config. #} config. #}