Events : Each time a consumer recieves a new element, this throws a new rsqueue.consumer Event Exceptions : If any of inserted queues or channels is not defined in config file as an alias, a new InvalidAliasException will be thrown Likewise, if any ot inserted associated methods does not exist or is not callable, a new MethodNotFoundException will be thrown
Inheritance: extends Mmoreram\RSQueueBundle\Command\Abstracts\AbstractRSQueueCommand
 /**
  * Configuration method
  */
 protected function configure()
 {
     $this->setName('videque:consumer')->setDescription('Fill media with metadata, start encoding for additional formats, create thumbnails');
     parent::configure();
 }