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()
363363 ->addTag ('old_sound_rabbit_mq.batch_consumer ' )
364364 ->addMethodCall ('setTimeoutWait ' , array ($ consumer ['timeout_wait ' ]))
365365 ->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 ' )))
367367 ->addMethodCall ('setExchangeOptions ' , array ($ this ->normalizeArgumentKeys ($ consumer ['exchange_options ' ])))
368368 ->addMethodCall ('setQueueOptions ' , array ($ this ->normalizeArgumentKeys ($ consumer ['queue_options ' ])))
369- ->addMethodCall ('setCallback ' , array (array (new Reference ($ consumer ['callback ' ]), 'execute ' )))
370369 ->addMethodCall ('setQosOptions ' , array (
371370 $ consumer ['qos_options ' ]['prefetch_size ' ],
372371 $ consumer ['qos_options ' ]['prefetch_count ' ],
You can’t perform that action at this time.
0 commit comments