cancel
Showing results for 
Search instead for 
Did you mean: 

Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown con

SOLVED

Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown con

main.INFO: Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown connection name amqp [] []

 

Hello.

 

Our system.log is full of this error, which I have read up about online. It seems installing RabbitMQ resolves this, however our hosting company (Cloudways) only support a RabbitMQ installation on their Advanced support scope ($100/mo) which seems a bit steep. Is there another way to stop this filling up our system log? I understand it's related to bulk updates which we use, so don't want to lose that functionality.

 

Help appreciated!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Consumer "async.operations.all" skipped as required connection "amqp" is not

Hi @GTLTD ,

 

You can try below. I am not sure about this as I havent faced the same issue. So, please check everything else after doing this.

php bin/magento module:disable Magento_WebapiAsync
php bin/magento module:disable Magento_Amq
Or you can refer other suggestions provided here:
https://magento.stackexchange.com/questions/269928/consumer-async-operations-all-skipped-as-required-connection-amqp-is-not-con

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani

View solution in original post

1 REPLY 1

Re: Consumer "async.operations.all" skipped as required connection "amqp" is not

Hi @GTLTD ,

 

You can try below. I am not sure about this as I havent faced the same issue. So, please check everything else after doing this.

php bin/magento module:disable Magento_WebapiAsync
php bin/magento module:disable Magento_Amq
Or you can refer other suggestions provided here:
https://magento.stackexchange.com/questions/269928/consumer-async-operations-all-skipped-as-required-connection-amqp-is-not-con

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani