We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alternative messenger transport (redis, amqp, etc.) should be supported.
Alternative messengers are not supported as the configuration cannot be correctly changed.
Switch the default transport (doctrine) to alternative transport
framework: messenger: transports: pimcore_index_queues: dsn: '%env(AMQP_DSN)%/%2f/pimcore_index_queues'
Result:
[Symfony\Component\Messenger\Exception\LogicException] Invalid option(s) "queue_name" passed to the AMQP Messenger transport.
The option queue_name is still present in the default config, although it is no longer supported by different transports.
queue_name
advanced-object-search/src/Resources/config/pimcore/config.yml
Lines 1 to 7 in 9a4a7e9
Issue widely known in the core and other bundles. We are asking ourself, why it is not fixed here yet?
See: pimcore/data-importer#226 pimcore/pimcore#11355 https://github.com/pimcore/portal-engine/pull/168
The text was updated successfully, but these errors were encountered:
Fixed by #240
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
Alternative messenger transport (redis, amqp, etc.) should be supported.
Actual behavior
Alternative messengers are not supported as the configuration cannot be correctly changed.
Steps to reproduce
Switch the default transport (doctrine) to alternative transport
Result:
[Symfony\Component\Messenger\Exception\LogicException] Invalid option(s) "queue_name" passed to the AMQP Messenger transport.
The option
queue_name
is still present in the default config, although it is no longer supported by different transports.advanced-object-search/src/Resources/config/pimcore/config.yml
Lines 1 to 7 in 9a4a7e9
Issue widely known in the core and other bundles. We are asking ourself, why it is not fixed here yet?
See:
pimcore/data-importer#226
pimcore/pimcore#11355
https://github.com/pimcore/portal-engine/pull/168
The text was updated successfully, but these errors were encountered: