Last active
January 18, 2022 23:29
-
-
Save jordanvector/cb9af257e1b04bf0340d42d028415918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'queue' => [ | |
| 'amqp' => [ | |
| 'host' => 'localhost', | |
| 'port' => '5672', | |
| 'user' => 'guest', | |
| 'password' => 'guest', | |
| 'virtualhost' => '/', | |
| 'ssl' => '' | |
| ], | |
| 'topics' => [ | |
| 'product_action_attribute.update' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'product_action_attribute.website.update' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'import_export.export' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'sales_rule.codegenerator' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.source.items.cleanup' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.mass.update' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.reservations.cleanup' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.reservations.update' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.counter.updated' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'catalog.product.removed' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'media.storage.catalog.image.resize' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'purchaseorder.toorder' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'purchaseorder.transactional.email' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.indexer.sourceItem' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.indexer.stock' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'customer_segment.match' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'negotiable.quote.price.updated' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'inventory.reservations.updateSalabilityStatus' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'shared.catalog.product.price.updated' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'shared.catalog.category.permissions.updated' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| 'purchaseorder.validation' => [ | |
| 'publisher' => 'amqp-magento' | |
| ], | |
| ], | |
| 'config' => [ | |
| 'publishers' => [ | |
| 'product_action_attribute.update' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'product_action_attribute.website.update' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'import_export.export' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'sales_rule.codegenerator' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.source.items.cleanup' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.mass.update' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.reservations.cleanup' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.reservations.update' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.counter.updated' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'catalog.product.removed' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'media.storage.catalog.image.resize' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'purchaseorder.toorder' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'purchaseorder.transactional.email' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.indexer.sourceItem' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.indexer.stock' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'customer_segment.match' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'negotiable.quote.price.updated' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'inventory.reservations.updateSalabilityStatus' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'shared.catalog.product.price.updated' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'shared.catalog.category.permissions.updated' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| 'purchaseorder.validation' => [ | |
| 'connections' => [ | |
| 'amqp' => [ | |
| 'name' => 'amqp', | |
| 'exchange' => 'magento', | |
| 'disabled' => false | |
| ], | |
| 'db' => [ | |
| 'name' => 'db', | |
| 'disabled' => true | |
| ] | |
| ] | |
| ], | |
| ] | |
| ], | |
| 'consumers' => [ | |
| 'product_action_attribute.update' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'product_action_attribute.website.update' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'exportProcessor' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'codegeneratorProcessor' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.source.items.cleanup' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.mass.update' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.reservations.cleanup' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.reservations.update' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventoryQtyCounter' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'quoteItemCleaner' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'media.storage.catalog.image.resize' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'purchaseorder.toorder' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'purchaseorder.transactional.email' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.indexer.sourceItem' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.indexer.stock' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'matchCustomerSegmentProcessor' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'negotiableQuotePriceUpdate' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'inventory.reservations.updateSalabilityStatus' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'sharedCatalogUpdatePrice' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'sharedCatalogUpdateCategoryPermissions' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| 'purchaseorder.validation' => [ | |
| 'connection' => 'amqp' | |
| ], | |
| ] | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment