Skip to content

Commit 64ddf04

Browse files
committed
Remove async.V1.products.POST topic cause it was there for testing
1 parent 9eac874 commit 64ddf04

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/code/Magento/WebapiAsync/etc/queue_consumer.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/consumer.xsd">
1010
<consumer name="async.operations.all" queue="async.operations.all" connection="amqp"
1111
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"/>
1612
</config>

app/code/Magento/WebapiAsync/etc/queue_topology.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/topology.xsd">
99
<exchange name="magento" type="topic" connection="amqp">
1010
<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"/>
1211
</exchange>
1312
</config>

0 commit comments

Comments
 (0)