diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 3acb31c530..84e15e259f 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -39,6 +39,11 @@ stomp_user = {{ redhat_dmz_prod_broker_username }} stomp_pass = {{ redhat_dmz_prod_broker_password }} {% 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 moksha.monitoring.socket = ipc:///var/run/fedmsg/monitoring-moksha-hub.socket