I am not able to see ActiveMQ queues through FuseHQ. I get following error while starting HQ Agent. Couldn't figure it out where to add jmx properties.
2012-02-02 12:26:55,953 ERROR
Thread-1 RuntimeAutodiscoverer Unexpected error running autodiscoverer for plugin: ActiveMQ 5.1: jmx.url==null
org.hyperic.hq.product.PluginException: jmx.url==null
at org.hyperic.hq.product.jmx.MxServerDetector.discoverServices(MxServerDetector.java:473)
at org.hyperic.hq.product.ServerDetector.discoverResources(ServerDetector.java:226)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan_internal(RuntimeAutodiscoverer.java:272)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan(RuntimeAutodiscoverer.java:205)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:165)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
Caused by: java.net.MalformedURLException: jmx.url==null
at org.hyperic.hq.product.jmx.MxUtil.getMBeanConnector(MxUtil.java:433)
at org.hyperic.hq.product.jmx.MxServerDetector.discoverServices(MxServerDetector.java:470)
... 6 more