change to rabbitmq

This commit is contained in:
Marco Zeisler 2021-05-27 20:33:11 +02:00
parent 4c87baf225
commit 1e4b2fbc66

View File

@ -17,7 +17,7 @@ class MBWrapper:
_channel: pika.BlockingConnection.channel _channel: pika.BlockingConnection.channel
def __init__(self, def __init__(self,
host: str = 'localhost', host: str = 'rabbitmq',
exchange_type: str = 'fanout', exchange_type: str = 'fanout',
exchange_name: str = None, exchange_name: str = None,
callback: callable = None, callback: callable = None,