Skip to content
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

Undefined index: noLocal when trying to run anonymous consumer #60

Open
Lukeluha opened this issue Nov 16, 2017 · 0 comments
Open

Undefined index: noLocal when trying to run anonymous consumer #60

Lukeluha opened this issue Nov 16, 2017 · 0 comments

Comments

@Lukeluha
Copy link

Lukeluha commented Nov 16, 2017

I'm trying to run anonymous consumer and I'm getting this exception:
ErrorException: Undefined index: noLocal in /var/www/vendor/kdyby/rabbitmq/src/Kdyby/RabbitMq/BaseConsumer.php:93

Does anybody know where is the problem?
This is my config file:

producers:
	moduleExport:
	    connection: default
	    exchange: {name: 'module-export', type: topic}
	    contentType: application/json

consumers:
	moduleExport:
	    exchange: {name: 'module-export', type: topic}
	    callback: [@App\Console\ModuleExportConsumer, process]
	    qos: {prefetchSize: 0, prefetchCount: 1, global: false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant