How to run the message queue?

app/console oro:message-queue:consume

You can also run it in the verbose mode:

app/console oro:message-queue:consume -vvv

It is recommended to run it by Supervisor, not manually