Skip to content
New issue

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

feat: Config support for TransportFactory #83

Open
m-steinmann opened this issue Oct 13, 2022 · 0 comments · May be fixed by #84
Open

feat: Config support for TransportFactory #83

m-steinmann opened this issue Oct 13, 2022 · 0 comments · May be fixed by #84

Comments

@m-steinmann
Copy link

Is your feature request related to a problem? Please describe.
I would like to create a queue with additional config parameters e.g. with argument 'x-queue-type' => 'quorum',.
In the current TransportFactory I can only declare the dsn.

Describe the solution you'd like
I want the possibility to create a transport with a config alias instead of the dsn. The config alias should reference to an config array with a dsn and additional arguments.

m-steinmann added a commit to mehrkanal/psr-container-messenger that referenced this issue Oct 13, 2022
The TransportFactory now supports a config alias to use an extended transport configuration.

closes xtreamwayz#83
@m-steinmann m-steinmann linked a pull request Oct 13, 2022 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant