bugzilla2fedmsg: Override the topic set in the bugzilla2fedmsg app and subscribe to a queue declared here.
This commit is contained in:
parent
0489372ef4
commit
644d5d5eda
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ stomp_user = {{ redhat_dmz_prod_broker_username }}
|
||||||
stomp_pass = {{ redhat_dmz_prod_broker_password }}
|
stomp_pass = {{ redhat_dmz_prod_broker_password }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
# Override the topic set in the bugzilla2fedmsg app and subscribe to a queue declared here.
|
||||||
|
stomp_queue = '/queue/Consumer.msg-client-fedora.DO-NOT-COPY.VirtualTopic.eng.bugzilla.>'
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
stomp_heartbeat = 1000
|
stomp_heartbeat = 1000
|
||||||
|
|
||||||
moksha.monitoring.socket = ipc:///var/run/fedmsg/monitoring-moksha-hub.socket
|
moksha.monitoring.socket = ipc:///var/run/fedmsg/monitoring-moksha-hub.socket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue