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
It there any specific reason this was hardcoded to doctrine? I would like to use the redis transport as it allows multiple workers consuming the same queue.
The text was updated successfully, but these errors were encountered:
The repman environment file has a section for symfony/messenger to allow you to choose a transport by configuring a DSN.
repman/.env
Lines 41 to 46 in 174c381
However the symfony/messenger config yaml has the doctrine transport hardcoded instead of using this environment variable
repman/config/packages/messenger.yaml
Lines 10 to 12 in 174c381
Similarly only the
symfony/doctrine-messenger
is required in the composer.json file.repman/composer.json
Line 58 in 174c381
It there any specific reason this was hardcoded to doctrine? I would like to use the redis transport as it allows multiple workers consuming the same queue.
The text was updated successfully, but these errors were encountered: