- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need urgent help in bulk api getting issue Unknown connection name amqp
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Need urgent help in bulk api getting issue 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Need urgent help in bulk api getting issue Unknown connection name amqp
Yes all the regular steps are done and checked several times
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Need urgent help in bulk api getting issue Unknown connection name amqp
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.
.

- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Need urgent help in bulk api getting issue Unknown connection name amqp
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.
.