|
@@ -117,7 +117,7 @@ |
|
|
block discarded – undo |
|
117
|
117
|
* @param string $routingKey |
|
118
|
118
|
* @return Consumer |
|
119
|
119
|
*/ |
|
120
|
|
- public function createConsumer($queueName, $queueDestination, $connectionId, $subscriptionName, $callback=null, $routingKey=null) |
|
|
120
|
+ public function createConsumer($queueName, $queueDestination, $connectionId, $subscriptionName, $callback = null, $routingKey = null) |
|
121
|
121
|
{ |
|
122
|
122
|
$class = $this->container->getParameter('kaliop_queueing.stomp.consumer.class'); |
|
123
|
123
|
$consumer = new $class($this->getConnectionConfig($connectionId)); |
Please login to merge, or discard this patch.