-
-
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)Messenger
Milestone
Description
Symfony version(s) affected: 4.3
Description
At least in 4.3, if you have multiple messenger buses, you need to specify framework.messenger.default_bus
. If you do not, you'll get:
The service "messenger.routable_message_bus" has a dependency on a non-existent service "messenger.default_bus"
How to reproduce
Add framework.messenger.buses
with two entries below, but do not specify framework.messenger.default_bus
.
Possible Solution
In the FrameworkBundle Configuration class, we should probably add validation to throw a better message.
chalasr
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)Messenger