Hello,
i have one problem with queue/consumer definition in config. If the configuration is in main config.neon (root/app/config/config.neon) everything is ok. But i need the configuration in different config (root/libs/Ext/src/DI/ext_config.neon). When i move it into 'extension' config it doesnt work:
Gamee\RabbitMQ\Producer\Exception\ProducerFactoryException
Producer [testProducer] does not exist
I have some parts of app like small extensions (root/libs).
All services (consumer and queue) is at the same config (ext_config.neon) like configuration.
Any way or ideas how this could work?
Thank you very much
Hello, i have one problem with queue/consumer definition in config. If the configuration is in main config.neon (
root/app/config/config.neon
) everything is ok. But i need the configuration in different config (root/libs/Ext/src/DI/ext_config.neon
). When i move it into 'extension' config it doesnt work:I have some parts of app like small extensions (
root/libs
). All services (consumer and queue) is at the same config (ext_config.neon) like configuration. Any way or ideas how this could work? Thank you very much