Ad Widget

Collapse

HornetQ

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cmneval
    Junior Member
    • Oct 2011
    • 2

    #1

    HornetQ

    Hi, all.

    Is anyone monitoring HornetQ?
    Suggestions on how to do this?


    Cheers.
  • cmneval
    Junior Member
    • Oct 2011
    • 2

    #2
    All right, seems one way to make it consists on instanciating ZapCat's Agent through the JBoss microcontainer included with HornetQ.
    We can do this by adding zapcat and log4j jars to HornetQ lib directory and the following lines to hornetq-beans.xml:

    <!-- The Zabbix Agent -->
    <bean name="ZabbixAgent" class="org.kjkoster.zapcat.zabbix.ZabbixAgent">
    <start ignored="true"/>
    </bean>


    Now, other questions arising are:
    - Is it possible to display into Zabbix the list of topics and queues? This is a string array. Can I dynamically add Items/Triggers/... to Zabbix depending on these lists?
    - Can I invoke JMX exposed methods on MBeans (for administrative purposes)?

    Cheers

    Comment

    Working...