From 644d5d5eda97d3fa7c900d032e76c7f105448067 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 5 Sep 2018 18:41:45 +0000 Subject: [PATCH] bugzilla2fedmsg: Override the topic set in the bugzilla2fedmsg app and subscribe to a queue declared here. --- roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini | 5 +++++ 1 file changed, 5 insertions(+) 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