1 Reply Latest reply on Sep 17, 2015 2:40 AM by rvansa

    How to disable JMX?

    anton.kozik

      Hi all,

       

      I have a short question : is there a way to completely disable JMX in Infinispan 8 (not only statistics)?

      Thanks in advance.

       

      Cheers,

      Anton Kozik

        • 1. Re: How to disable JMX?
          rvansa

          Could be possible if you set <cache-container><jmx mbean-server-lookup="com.my.DummyLookup" /></cache-container> and implement MBeanServerLookup to always return null. But I haven't tested it.