Zend certified PHP/Magento developer

Is it safe to disable Magento Message Queues ( Magento_Amqp )?

Upon checking my server logs I see that in the system.log I have a lot of records with this error: main.INFO: Consumer “async.operations.all” skipped as required connection “amqp” is not configured. Unknown connection name amqp [] []

Could someone please confirm if I can disable this module I am not able to understand what it is even used for. I’ve read this article from the official Magento docs: Manage message queues
but still I am not able to understand do I have to leave it enabled or I can disable it. If someone could please explain what this module does would be great as well.

I am using Magento 2.3.2 on a VPS.