Closed BigOHenry closed 5 years ago
Problem solved.
There is a typo in documentation. This doesnt work (but on Kdyby\RabbitMq it works):
php www/index.php rabbitmq:consumer testConsumer
this works:
php bin/console.php rabbitmq:consumer testConsumer
Hello, i am trying to setup and test run on Nette 3 (with Nette 2.4 was fine).
Adding message to RabbitMq is working, but consuming not. When i executed command for consuming, this will return:
I dont know if i forgot something or if its Nette 3 issue. Any ideas?
config.neon
TestConsumer
TestQueue
index.php