From 703532001378a2f28c7d45e3282a04f9db2224d1 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Mon, 3 May 2021 10:38:21 -0500 Subject: [PATCH] Update routing key --- prod_rmq_agents/user_reg_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod_rmq_agents/user_reg_logger.py b/prod_rmq_agents/user_reg_logger.py index ac7c2b2..4fb7f7a 100755 --- a/prod_rmq_agents/user_reg_logger.py +++ b/prod_rmq_agents/user_reg_logger.py @@ -37,5 +37,5 @@ logger.info("Start listening to queue: {}".format(task)) # Start consuming messages from queue with callback function rc_rmq.start_consume( - {"queue": task, "routing_key": "create.*", "cb": log_registration} + {"queue": task, "routing_key": "request.*", "cb": log_registration} ) -- GitLab