Skip to content
Snippets Groups Projects
Commit 70353200 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update routing key

parent bd8145b6
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!94WIP: Merge feat_prod_rmq with feat_cod_rmq,!95Fix user reg logger
...@@ -37,5 +37,5 @@ logger.info("Start listening to queue: {}".format(task)) ...@@ -37,5 +37,5 @@ logger.info("Start listening to queue: {}".format(task))
# Start consuming messages from queue with callback function # Start consuming messages from queue with callback function
rc_rmq.start_consume( rc_rmq.start_consume(
{"queue": task, "routing_key": "create.*", "cb": log_registration} {"queue": task, "routing_key": "request.*", "cb": log_registration}
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment