GitHub user pgfox opened a pull request:
https://github.com/apache/activemq-artemis/pull/1743
ARTEMIS-1575 configure custom broker plugins with key/value
plugin-property(s).
The plugin-property(s) are read and passed into the the broker plugin's
init(Map<String,String>)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pgfox/activemq-artemis plugin_properties
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1743.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1743
----
commit 3e64fb4b02366a3e1ac9132f641d57fb1e2cf13e
Author: Pat Fox <pat.g.fox@...>
Date: 2017-12-23T20:04:31Z
ARTEMIS-1575 allow users to configure custom broker plugins with key/value
plugin-property(s).
The plugin-property(s) are read and passed into the the broker plugin's
init(Map<String,String>)
----
---