Magento 2 – How to Run Queue Consumers

media-imagesmessage-queuequeue

I want to use the media gallery image optimization.I read in the doc that I have to tun the media.gallery.renditions.update.

I tried with the next command

bin/magento queue:consumers:start media.gallery.renditions.update

But he finishes it, he just waits and nothing happens. There is another way to run the queue consumers or how optimize the images from wysiwyg folder? Thanks!

https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/gallery/media-gallery-image-optimization.html

Best Answer

Typo mistake in cmd.

Its : bin/magento queue:consumer:start media.gallery.renditions.update
Related Topic