added comment

This commit is contained in:
Marco Zeisler 2021-04-10 16:52:25 +02:00
parent 15e1a94d78
commit 20bb74416e

View File

@ -1,5 +1,6 @@
import pika 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 # see https://www.rabbitmq.com/tutorials/tutorial-three-python.html
connection = pika.BlockingConnection( connection = pika.BlockingConnection(