consumeQueue() public méthode

Check the queue from Beanstalk and send the notifications scheduled there
public consumeQueue ( )
 public function run()
 {
     $spool = new SendSpool();
     $spool->consumeQueue();
 }