示例#1
0
文件: api.py 项目: bruceSz/trove
 def delete_queue(self):
     """Deletes the queue."""
     topic = self._get_routing_key()
     LOG.debug("Deleting queue with name %s." % topic)
     rd_rpc.delete_queue(self.context, topic)
示例#2
0
文件: api.py 项目: tattabbum/trove
 def delete_queue(self):
     """Deletes the queue."""
     topic = self._get_routing_key()
     LOG.debug("Deleting queue with name %s." % topic)
     rd_rpc.delete_queue(self.context, topic)