-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)FeatureMessenger
Milestone
Description
Description
If you try to route a message to a non-existent transport/sender, the message is not very clear:
The service "messenger.middleware.send_message" has a dependency on a non-existent service "async".
We need to catch this earlier, probably in a compiler pass. It could say:
The
App\Message\SmsNotification
class is being routed to a sender calledasync
. This is not a valid transport or service id.
grekpg
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)FeatureMessenger