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
We have a yaml file for broker. We should load it into broker component and add data to it using files, instead of using kwargs.
yaml
kwargs
Something like in dtests + amqcfg profile output: config example: https://bitbucket.org/msgqe/dtests/src/master/dtests/dtestlib/sut/external-configs/example_broker_config.yaml Loader and storage methods: https://bitbucket.org/msgqe/dtests/src/master/dtests/dtestlib/sut/ExternalMessagingServerData.py
I don't know what would be the needs for docker, but I believe they would be 95% same.
The text was updated successfully, but these errors were encountered:
michalxo
No branches or pull requests
We have a
yaml
file for broker. We should load it into broker component and add data to it using files, instead of usingkwargs
.Something like in dtests + amqcfg profile output:
config example: https://bitbucket.org/msgqe/dtests/src/master/dtests/dtestlib/sut/external-configs/example_broker_config.yaml
Loader and storage methods:
https://bitbucket.org/msgqe/dtests/src/master/dtests/dtestlib/sut/ExternalMessagingServerData.py
I don't know what would be the needs for docker, but I believe they would be 95% same.
The text was updated successfully, but these errors were encountered: