Skip to content
Snippets Groups Projects
Commit 0b147f50 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Pass each element for enumeration rather than a whole list in routing key

parent d0d729a3
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ else:
for each_service in service:
rc_rmq.publish_msg(
{
"routing_key": f"{service}.{username}",
"routing_key": f"{each_service}.{username}",
"props": pika.BasicProperties(
correlation_id=corr_id, reply_to=callback_queue
),
......
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