[ 
https://issues.apache.org/jira/browse/ARTEMIS-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305674#comment-16305674
 ] 

ASF GitHub Bot commented on ARTEMIS-1575:
-----------------------------------------

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>)

----


> configuring custom brokerPlugins within the broker.xml
> ------------------------------------------------------
>
>                 Key: ARTEMIS-1575
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1575
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Pat Fox
>            Priority: Minor
>
> It would be nice to allow users to users configure their custom plugins 
> within the broker.xml, using key value properties like below:  
> {code}
>  <broker-plugins>
>          <broker-plugin class-name="some.custom.Plugin">
>             <plugin-property key="key1" value="value1" />
>             <plugin-property key="key2" value="value2" />
>             <plugin-property key="key3" value="value3" />
>          </broker-plugin>
> </broker-plugins>
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to