| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-catalog/etc/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-catalog/etc/queue_publisher.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/publisher.xsd">
<publisher topic="async.V1.inventory.bulk-product-source-assign.POST">
<connection name="amqp" exchange="magento" disabled="false" />
</publisher>
<publisher topic="async.V1.inventory.bulk-product-source-unassign.POST">
<connection name="amqp" exchange="magento" disabled="false" />
</publisher>
<publisher topic="async.V1.inventory.bulk-product-source-transfer.POST">
<connection name="amqp" exchange="magento" disabled="false" />
</publisher>
<publisher topic="inventory.source.items.cleanup">
<connection name="db" exchange="magento-db" disabled="false" />
</publisher>
<publisher topic="inventory.mass.update">
<connection name="db" exchange="magento-db" disabled="false" />
</publisher>
</config>