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:
parent
36fc015c49
commit
22b1a285ab
1 changed files with 1 additions and 1 deletions
|
@ -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. #}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue