File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
app/code/Magento/WebapiAsync/etc Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/consumer.xsd" >
10
10
<consumer name =" async.operations.all" queue =" async.operations.all" connection =" amqp"
11
11
consumerInstance =" Magento\WebapiAsync\Model\MessageQueue\MassConsumer" />
12
-
13
- <consumer name =" async.V1.products.POST" queue =" async.V1.products.POST" connection =" amqp"
14
- consumerInstance =" Magento\WebapiAsync\Model\MessageQueue\MassConsumer"
15
- handler =" Magento\Catalog\Api\ProductRepositoryInterface::save" />
16
12
</config >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9
9
<exchange name =" magento" type =" topic" connection =" amqp" >
10
10
<binding id =" async.operations.all" topic =" async.#" destinationType =" queue" destination =" async.operations.all" />
11
- <binding id =" async.V1.products.POST" topic =" async.V1.products.POST" destinationType =" queue" destination =" async.V1.products.POST" />
12
11
</exchange >
13
12
</config >
You can’t perform that action at this time.
0 commit comments