Search code examples
javamonitoringjmxmaxmbeans

Maximum number of MBeans in JMX


Is there a maximum number of MBeans a JMX application can support? If there is, what is that?

Thanks in advance.


Solution

  • No, you are limited only by the heap allocated to your JVM.