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
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 5Output from __construct of declared consumers