1 Reply Latest reply on Jul 21, 2014 5:03 PM by genman

    MBean discovery for a script server

    raylite3

      Hello,

      I have a standalone Java application that exposes mbeans for some metrics. I have setup a script server and I can setup a separate JMX server for the mbeans. But can I create a plugin that discovers mbeans in my script server (and avoids the step of creating the JMX server)?

      Thanks !

        • 1. Re: MBean discovery for a script server
          genman

          Short answer is yes, you can put everything into a single plugin.

           

          But if you put JMX related things into one plugin you don't need to include the RHQ library (jar) files for attaching to JMX. So it's kind of up to you how to structure things efficiently.