Reverses the self.auto_delete = True that was added to TopicPublisher
in the bugfix for lp804063. That bugfix should have only added auto_delete = True to FanoutPublisher to match the previous change to FanoutConsumer. TopicConsumer isn't exclusive or auto_delete, so TopicPublisher has to still match.
This commit is contained in:
parent
93ef6f6cf8
commit
90dcf88e48
@ -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