Would greatly appreciate if someone in the group can help out with this urgent issue we are facing-
We are trying to use bulk webapi (/all/async/bulk/V1/products)
1. Setup rabbitmq in server.
2. Edit app/etc/env.php file.
Then run below Command we get error
php bin/magento queue:consumers:start async.operations.all
error:- Unknown connection name amqp
@atul_gupta3 have you check the setup of rabbitmq.Please check if you have missed any steps while configuring it.
Hope it helps!
Thanks
Yes all the regular steps are done and checked several times
configure RabbitMQ if you want the bulk API to work or disable
php bin/magento module:disable Magento_WebapiAsync
Please refer this answer for more clarification :
https://magento.stackexchange.com/a/310877
Hope it helps.
.
Thanks for the response, we have done all the obvious steps and configured RabbitMQ etc.; have already spent days on this but not able to get past this.
Thanks
@gaurav_harsh1 wrote:
configure RabbitMQ if you want the bulk API to work or disable
php bin/magento module:disablePlease refer this answer for more clarification :
https://magento.stackexchange.com/a/310877
Hope it helps.
.