Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
env_2_1.php
Go to the documentation of this file.
1 <?php
6 return [
7  'publishers' => [
8  'amqp-magento' => [
9  'name' => 'amqp-magento',
10  'connection' => 'db',
11  'exchange' => 'magento-db'
12  ],
13  ],
14  'consumers' => [
15  'inventoryQtyCounter' => [
16  'connection' => 'db'
17  ],
18  ]
19 ];