@@ -240,6 +240,9 @@ |
||
240 | 240 | } |
241 | 241 | } |
242 | 242 | |
243 | + /** |
|
244 | + * @param boolean $doHandle |
|
245 | + */ |
|
243 | 246 | public function setHandleSignals($doHandle) |
244 | 247 | { |
245 | 248 | $this->dispatchSignals = $doHandle; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kaliop\Queueing\Plugins\StompBundle\Adapter\Stomp; |
4 | 4 | |
5 | -use Kaliop\QueueingBundle\Service\MessageProducer as BaseMessageProducer; |
|
6 | 5 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
7 | 6 | use Symfony\Component\DependencyInjection\ContainerInterface; |
8 | 7 | use InvalidArgumentException; |