File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,9 @@ protected function loadBatchConsumers()
363
363
->addTag ('old_sound_rabbit_mq.batch_consumer ' )
364
364
->addMethodCall ('setTimeoutWait ' , array ($ consumer ['timeout_wait ' ]))
365
365
->addMethodCall ('setPrefetchCount ' , array ($ consumer ['qos_options ' ]['prefetch_count ' ]))
366
- ->addMethodCall ('setBatchCallback ' , array (array (new Reference ($ consumer ['callback ' ]), 'batchExecute ' )))
366
+ ->addMethodCall ('setCallback ' , array (array (new Reference ($ consumer ['callback ' ]), 'batchExecute ' )))
367
367
->addMethodCall ('setExchangeOptions ' , array ($ this ->normalizeArgumentKeys ($ consumer ['exchange_options ' ])))
368
368
->addMethodCall ('setQueueOptions ' , array ($ this ->normalizeArgumentKeys ($ consumer ['queue_options ' ])))
369
- ->addMethodCall ('setCallback ' , array (array (new Reference ($ consumer ['callback ' ]), 'execute ' )))
370
369
->addMethodCall ('setQosOptions ' , array (
371
370
$ consumer ['qos_options ' ]['prefetch_size ' ],
372
371
$ consumer ['qos_options ' ]['prefetch_count ' ],
You can’t perform that action at this time.
0 commit comments