3 Replies Latest reply on Oct 28, 2009 5:21 PM by jbossborot

    How do I configure the SLSB instance pool size (min and max)

    theoverlord

      I want to limit a clustered SLSB instance pool on a server to a maximum of one instance.

      I do not want to change the pool size for all other SLSBs - just the one I want to configure.

      How do I do that?

      I was hoping to find some annotation that would allow me to do that.

      Something like:

      @PoolConfig(min=1, max=1)

      Or something like that.