1 Reply Latest reply on Jan 4, 2005 2:17 PM by genman

    How to limit number of consumers

    danieldestro

      Hello all,

      I am using JBoss 3.0.3 and one Session Bean of my application puts a message into a JMS Queue. Then, the JBoss queue invoke a MDB to consume the message.

      I would like to limit the number of MDBs executed at the same time.

      Is it possible? Can you provide me any resource to learn how to?
      Thanks