Symfony Messenger
Symfony Messenger is a component that allows you to send and receive messages asynchronously. This component is called Symfony Messenger.
Consuming Messages
To consume messages, run the following command:
symfony console messenger:consume
Retry Failed Messages
To retry failed messages, run the following command:
symfony console messenger:failed:retry
Show Failed Messages
To show failed messages, run the following command:
symfony console messenger:failed:show
Remove Failed Messages
To remove failed messages, run the following command:
symfony console messenger:failed:remove
Create Message and Handler
To create a new message and handler, run the following command:
symfony console make:message