From 20bb74416e21863bf0f93d760ece766ae45dc7a9 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Sat, 10 Apr 2021 16:52:25 +0200 Subject: [PATCH] added comment --- msg_broker_rabbit_mq_example/exampleReceiver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/msg_broker_rabbit_mq_example/exampleReceiver.py b/msg_broker_rabbit_mq_example/exampleReceiver.py index 5f8e7ea..570e1f7 100644 --- a/msg_broker_rabbit_mq_example/exampleReceiver.py +++ b/msg_broker_rabbit_mq_example/exampleReceiver.py @@ -1,5 +1,6 @@ import pika +# multiple executions possible, every instance subscribes to the same exchange and receives the senders' message # see https://www.rabbitmq.com/tutorials/tutorial-three-python.html connection = pika.BlockingConnection(