<server name="ActiveMQ"
version="5.x"
include="4.x">
<property name="VERSION_FILE"
value="LICENSE.txt"/>
<plugin type="autoinventory"
class="org.hyperic.hq.product.jmx.MxServerDetector"/>
</server>
Why would we use "LICENSE.txt"?
• It is not version specific
• It does not exist on Unix platforms (that just has "LICENSE")
Why don't we have e.g. ""apache-activemq-5.*.jar"?
Please see http://fusesource.com/issues/browse/HQ-333