You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Martin Lichtin (JIRA)" <ji...@apache.org> on 2015/11/25 11:49:10 UTC

[jira] [Created] (AMQ-6061) Update page http://activemq.apache.org/developing-plugins.html

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)