Open revoke opened 5 years ago
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
@revoke Can you show me pls your config.neon and the class which is meant to run in accessInsertConsumer?
accessInsertConsumer
config.neon accessInsertConsumer
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