Martin Lichtin created AMQ-6061:
-----------------------------------
Summary: 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)