/**
  * @return string The name of the default queue
  */
 public function getDefaultQueue()
 {
     return $this->queueConfig->getDefaultQueue();
 }