-
Notifications
You must be signed in to change notification settings - Fork 439
[Bug] AsyncListener recieve wrong eventQueue #690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
AsyncListneer works on transport level, Client is a higher abstraction. |
@makasim okey, but documentation has no information about this behaviour. Moreover async-event-dispatcher not working out of the box with default parameters from docs. After hours of debugging, to start it working i had to write this $container->getDefinition('enqueue.events.async_listener')
->replaceArgument(2, 'enqueue.app.symfony_events'); Because consumer listening |
have you tried to change the queue parameter? |
There is a bug, this command subscriber options should be adjusted here |
@makasim yes tried, it crash client, because it publish to |
Hello, I have the same issue but I have the last changed files... If I change The option for a route is |
AsyncListener recieve only symfony_events in $eventQueue, without
prefix
andapp_name
The text was updated successfully, but these errors were encountered: