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

ASF subversion and git services commented on ARTEMIS-1575:
----------------------------------------------------------

Commit d95757057e4094d393a1745846cee2012bb5df35 in activemq-artemis's branch 
refs/heads/master from [~pgfox]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=d957570 ]

ARTEMIS-1575 configure custom broker plugins with key/value properties.

The properties 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