Ensure auto-delete is false on Topic Queues.
This commit is contained in:
commit
6aac05b23f
@ -348,7 +348,6 @@ class TopicPublisher(Publisher):
|
||||
self.routing_key = topic
|
||||
self.exchange = FLAGS.control_exchange
|
||||
self.durable = False
|
||||
self.auto_delete = True
|
||||
super(TopicPublisher, self).__init__(connection=connection)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user