@@ -3,13 +3,11 @@ |
||
3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Rpc; |
4 | 4 | |
5 | 5 | use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel; |
6 | -use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnection; |
|
7 | 6 | use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface; |
8 | 7 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
9 | 8 | use Cmobi\RabbitmqBundle\Queue\CmobiAMQPMessage; |
10 | 9 | use Cmobi\RabbitmqBundle\Queue\QueueProducerInterface; |
11 | 10 | use Cmobi\RabbitmqBundle\Transport\Exception\QueueNotFoundException; |
12 | -use PhpAmqpLib\Exception\AMQPTimeoutException; |
|
13 | 11 | use PhpAmqpLib\Message\AMQPMessage; |
14 | 12 | use Ramsey\Uuid\Uuid; |
15 | 13 |