We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bfd70 commit f5a1be0Copy full SHA for f5a1be0
messenger.rst
@@ -301,6 +301,7 @@ to multiple transport:
301
$container->loadFromExtension('framework', [
302
'messenger' => [
303
'routing' => [
304
+ // route all messages that extend this example base class or interface
305
'App\Message\AbstractAsyncMessage' => 'async',
306
'App\Message\AsyncMessageInterface' => 'async',
307
'My\Message\ToBeSentToTwoSenders' => ['async', 'audit'],
0 commit comments