See symfony/symfony#24411
CommandBusInterface::handle + EventBusInterface::handle => MessageBusInterface::dispatch
decide path for https://github.com/msgphp/user-bundle
- 3.4 => SimpleBusCommandBusBundle + SimpleBusEventBusBundle
- 4.1 => MessageBundle/FrameworkBundle
idea is to detect message component first, if available use that for wiring. Otherwise wire current simplebus bundles.
@sroze do you know if the simplebus bundles become deprecated once a new message component/bundle is here?