Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Remove async.V1.products.POST topic cause it was there for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nuzil committed Mar 22, 2018
1 parent 9eac874 commit 64ddf04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/code/Magento/WebapiAsync/etc/queue_consumer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@
xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/consumer.xsd">
<consumer name="async.operations.all" queue="async.operations.all" connection="amqp"
consumerInstance="Magento\WebapiAsync\Model\MessageQueue\MassConsumer"/>

<consumer name="async.V1.products.POST" queue="async.V1.products.POST" connection="amqp"
consumerInstance="Magento\WebapiAsync\Model\MessageQueue\MassConsumer"
handler="Magento\Catalog\Api\ProductRepositoryInterface::save"/>
</config>
1 change: 0 additions & 1 deletion app/code/Magento/WebapiAsync/etc/queue_topology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/topology.xsd">
<exchange name="magento" type="topic" connection="amqp">
<binding id="async.operations.all" topic="async.#" destinationType="queue" destination="async.operations.all"/>
<binding id="async.V1.products.POST" topic="async.V1.products.POST" destinationType="queue" destination="async.V1.products.POST"/>
</exchange>
</config>

0 comments on commit 64ddf04

Please sign in to comment.