Ensure auto-delete is false on Topic Queues.

This commit is contained in:
Chris Behrens 2011-07-01 09:25:03 +00:00 committed by Tarmac
commit 6aac05b23f

View File

@ -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)