зеркало из https://github.com/mozilla/MozDef.git
correct the init of the alert exchange to match the bot
This commit is contained in:
Родитель
673ebbb21f
Коммит
b7f13ce2ee
|
@ -57,7 +57,7 @@ class AlertTask(Task):
|
|||
|
||||
self.alertExchange = kombu.Exchange(
|
||||
name=RABBITMQ['alertexchange'],
|
||||
type='direct',
|
||||
type='topic',
|
||||
durable=True)
|
||||
self.alertExchange(self.mqConn).declare()
|
||||
alertQueue = kombu.Queue(RABBITMQ['alertqueue'],
|
||||
|
|
Загрузка…
Ссылка в новой задаче