Skip to content

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

Description

@Lukeluha

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions