[
https://issues.apache.org/jira/browse/AMQ-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026617#comment-15026617
]
Gary Tully commented on AMQ-6061:
---------------------------------
plugins is an element that must be set via a property using a single bean or
list. spring will coerce this to the required array.
> Update page http://activemq.apache.org/developing-plugins.html
> --------------------------------------------------------------
>
> Key: AMQ-6061
> URL: https://issues.apache.org/jira/browse/AMQ-6061
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Documentation
> Reporter: Martin Lichtin
>
> I noticed quite a few links on page
> http://activemq.apache.org/developing-plugins.html no longer work.
> Secondly, how can I configure my own plugin as simply as possible? The
> instructions on this page say:
> {code:xml}
> <bean id="myPlugin" class="my.package.MyPlugin" />
> <broker useJmx="true" xmlns="http://activemq.apache.org/schema/core"
> plugins="#myPlugin">
> </broker>
> {code}
> However, it doesn't look like <broker> has a "plugins" attribute.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)