You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per my report here doctrine/DoctrineMigrationsBundle#485 it seems this issue I am experiencing with the Doctrine Bundle and the Messenger component working with the AMQP implementation are caused by this pull request #36655
It seems the Messenger.yaml file works file when warming up the cache but it throws an error with the Doctrine Bundle and generating migrations - the lines that cause the error seem to be:
options:
exchange:
name: asynctype: direct
Any ideas here?
According to bin/console --version I am running Symfony 5.4.12
Thanks,
How to reproduce
I have a project including the Messenger AMQP vendor as well as the Doctrine Pack.
I get the error when I set up the AMQP transport with the options.exchange key and try to generate a diff migration: