3 Replies Latest reply on Jul 5, 2007 3:23 PM by genman

    How do I control through-put of messages when using MDB?

    jeuk

      Hi,

      I'm developing an application which needs to control the number of jms messages the MDB handles.
      So far the only way I've come up with is limiting the JBoss installation to 1 bean and then handle the messages 1 by 1 and slow down between reads until the desired speed is achived.
      Is there another way to do this?

      I'm fairly new to the concept of MDBs.

      Thanks.