canadasatellite-ca / site

The canadasatellite.ca website (Magento 2)
https://upwork.com/fl/mage2pro
0 stars 1 forks source link

«Consumer "async.operations.all" skipped as required connection "amqp" is not configured» #7

Open dmitrii-fediuk opened 3 years ago

dmitrii-fediuk commented 3 years ago

The same as https://github.com/tradefurniturecompany/site/issues/25, https://github.com/vegandthecity/magento/issues/13, https://github.com/dxmoto/site/issues/116, https://github.com/blushme/site/issues/38

dmitrii-fediuk commented 3 years ago

Fixed in app/etc/env.php:

'queue' => ['amqp' => ['host' => 'localhost', 'password' => 'guest', 'port' => 5672, 'user' => 'guest', 'virtualhost' => '/']]
dmitrii-fediuk commented 3 years ago

The solution above causes some performance issues.