Fix for bug #640400, enables the exclusive flag on the temporary queues.
This commit is contained in:
@@ -206,6 +206,7 @@ class DirectConsumer(Consumer):
|
|||||||
self.routing_key = msg_id
|
self.routing_key = msg_id
|
||||||
self.exchange = msg_id
|
self.exchange = msg_id
|
||||||
self.auto_delete = True
|
self.auto_delete = True
|
||||||
|
self.exclusive = True
|
||||||
super(DirectConsumer, self).__init__(connection=connection)
|
super(DirectConsumer, self).__init__(connection=connection)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user