0 Replies Latest reply on Nov 11, 2013 10:55 AM by jottasoy

    Infinispan Server 5.3.0: maximum number of entries & remote MBean

    jottasoy

      Hi everyone,

      I've two questions about Infinispan Server 5.3.0, I'm using a standalone instance, with the following local-cache:

      <local-cache name="namedCache" start="EAGER">

           <eviction strategy="LIRS" max-entries="1000"/>

      </local-cache>

       

      First problem: In Java client, How I can know the maximum number of entries?

       

      Second problem: What settings should I change in standalone.sh file to connect Infinispan's MBean by JMX?

       

      In this moment, I can't connect Infinispan's remote MBean via JConsole...

       

      Thank you.