cancel
Showing results for 
Search instead for 
Did you mean: 

Need urgent help in bulk api getting issue Unknown connection name amqp

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

 

4 REPLIES 4

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.

RabbitMq 

 

Hope it helps!

 

Thanks

 

Re: Need urgent help in bulk api getting issue Unknown connection name amqp

Yes all the regular steps are done and checked several times

Re: Need urgent help in bulk api getting issue Unknown connection name amqp

@atul_gupta3 

 

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.

.

 

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

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:

@atul_gupta3 

 

configure RabbitMQ if you want the bulk API to work or disable

php bin/magento module:disable

Please refer this answer for more clarification :

https://magento.stackexchange.com/a/310877

 

Hope it helps.

.