DX Application Performance Management

 View Only
  • 1.  Queue from JMS of the Weblogic 12c

    Posted Oct 07, 2015 05:13 PM

    Hi everyone,

    How can i get the quantity of messages in the queue from JMS of the Weblogic 12c (pending, on hold, total served, etc)?



  • 2.  Re: Queue from JMS of the Weblogic 12c
    Best Answer

    Posted Oct 07, 2015 07:03 PM

    Dear Martin,

    Weblogic exposes this kind of information via MBeans for e.g http://docs.oracle.com/cd/E13222_01/wls/docs100/wlsmbeanref/core/index.html

    a lot of which are already monitored out of the box by APM Weblogic Agent through JMX MBean polling feature. As necessary you can modify the JMX filter in the Agent profile

    to enable\disable additional MBeans that should be polled\reported by the Agent.

     

    Regards,

    Kulbir.



  • 3.  Re: Queue from JMS of the Weblogic 12c

    Posted Oct 15, 2015 01:15 PM

    Hi Kulbir,

    Thank you for your help, i can obtain the information by the queue from JMS Server.