@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Worker; |
| 4 | 4 | |
| 5 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
| 6 | -use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
|
| 7 | 6 | use Cmobi\RabbitmqBundle\Queue\Queue; |
| 8 | 7 | use Cmobi\RabbitmqBundle\Queue\QueueBagInterface; |
| 9 | 8 | use Cmobi\RabbitmqBundle\Queue\QueueBuilderInterface; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Cmobi\RabbitmqBundle\Queue\QueueInterface; |
| 10 | 10 | use Cmobi\RabbitmqBundle\Queue\QueueServiceInterface; |
| 11 | 11 | use Cmobi\RabbitmqBundle\Tests\BaseTestCase; |
| 12 | -use Cmobi\RabbitmqBundle\Transport\PubSub\ExchangeType; |
|
| 13 | 12 | use Cmobi\RabbitmqBundle\Transport\PubSub\SubscriberBuilder; |
| 14 | 13 | use Cmobi\RabbitmqBundle\Transport\PubSub\SubscriberQueueBag; |
| 15 | 14 | |