We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run command for start a consumer, it runs all of declared consumers, not just one.
/usr/bin/php7.2 /var/www/www.myweb.com/www/index.php rabbitmq:consumer accessInsertConsumer 5
Output from __construct of declared consumers
App\AccessInsertConsumer App\AccessUpdateConsumer App\BugConsumer
The text was updated successfully, but these errors were encountered:
@revoke Can you show me pls your config.neon and the class which is meant to run in accessInsertConsumer?
accessInsertConsumer
Sorry, something went wrong.
config.neon accessInsertConsumer
No branches or pull requests
When I run command for start a consumer, it runs all of declared consumers, not just one.
/usr/bin/php7.2 /var/www/www.myweb.com/www/index.php rabbitmq:consumer accessInsertConsumer 5
Output from __construct of declared consumers
The text was updated successfully, but these errors were encountered: