correct the init of the alert exchange to match the bot

This commit is contained in:
Jeff Bryner 2014-08-03 08:33:21 -07:00
Родитель 673ebbb21f
Коммит b7f13ce2ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'],