From 495e522ad3e9abb4137d64365adde52c17406f61 Mon Sep 17 00:00:00 2001 From: "Bo-Chun Louis Chen(VM)" <louistw@uab.edu> Date: Mon, 23 Mar 2020 21:21:58 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb8ce91..5d7b915 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ def callback_function(ch, method, properties, body): # start consume messagre from queue with callback function rc_rmq.start_consume({ 'queue': 'queue_name', + 'routing_key: 'your_key', 'cb': callback_function }) - # don't forget to close connection rc_rmq.disconnect() ``` -- GitLab