php - How to cancel dispatched message in Symfony 5?
one text
Solution:
If Symfony Messenger you can not stop to invoke all handlers.
But in EventDispatcher is possible via the stopPropagation() method.
Sourceone text
If Symfony Messenger you can not stop to invoke all handlers.
But in EventDispatcher is possible via the stopPropagation() method.
Source