From 2241533ebcca9b22008bca84b811f0ddd3f7f01c Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 1 May 2019 12:50:47 +0000 Subject: [PATCH] SW-693: Add queues that mom opens but does not otherwise use --- SAS/QPIDInfrastructure/bin/populateDB.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SAS/QPIDInfrastructure/bin/populateDB.sh b/SAS/QPIDInfrastructure/bin/populateDB.sh index d395776f88b..ab037f2cd51 100755 --- a/SAS/QPIDInfrastructure/bin/populateDB.sh +++ b/SAS/QPIDInfrastructure/bin/populateDB.sh @@ -95,6 +95,10 @@ addtoQPIDDB.py --broker $MOM_INGEST --exchange ${PREFIX}lofar.mom.bus addtoQPIDDB.py --broker $MOM_SYSTEM --exchange ${PREFIX}lofar.mom.command addtoQPIDDB.py --broker $MOM_SYSTEM --exchange ${PREFIX}lofar.mom.notification +# MoM queues that are unused functionally but still opened +addtoQPIDDB.py --broker $MOM_SYSTEM --queue ${PREFIX}mom.task.feedback.dataproducts +addtoQPIDDB.py --broker $MOM_SYSTEM --queue ${PREFIX}mom.task.feedback.processing + # ----------------------------------------- # MoM Services <-> ResourceAssignment # ----------------------------------------- -- GitLab