You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this doesn't work, the container compilation fails with the following error:
$ bin/console
In FrameworkExtension.php line 2158:
Invalid Messenger routing configuration: class or interface "App\Admin\Application\Message\Foo\*" not found.
At the same time, the documentation for v 6.2 clearly states:
You may use a partial PHP namespace like 'App\Message*' to match all the messages within the matching namespace.
How to reproduce
Try using the wildcard as a part of the FQCN.
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
symfony/symfony-docs#17532 was merged into the 6.2 branch by mistake. The feature was added to Symfony 6.3. You will need to update your version of the Messenger component.
Symfony version(s) affected
6.2.7
Description
I'm trying to use wildcards to route all messages from a specific namespace to the same transport:
But this doesn't work, the container compilation fails with the following error:
At the same time, the documentation for v 6.2 clearly states:
How to reproduce
Try using the wildcard as a part of the FQCN.
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: