Closed
Description
Symfony version(s) affected: 4.1
Description
While improving Messenger docs (symfony/symfony-docs#9771) we found an example that we don't know if it's going to work or not.
<framework:config>
<framework:messenger>
<framework:routing message-class="My\Message\ThatIsGoingToBeSentAndHandledLocally">
<framework:sender service="amqp" />
<framework:sender service="" /> <!-- <==== WOULD THIS WORK? -->
</framework:routing>
</framework:messenger>
</framework:config>
Original comment from @xabbuh: symfony/symfony-docs#9771 (comment)