0 Replies Latest reply on Mar 3, 2007 11:27 AM by prylance

    pooling MDBs, using activeMQ

    prylance

      Hi,

      I'm using activeMQ as my JMS provider within JBoss AS. How can I configure a pool of MDBs/threads?
      - How would I do this with JBossMQ or JBoss Messaging?
      - How can I do this with activeMQ? Is it just the same as the above?

      The reason I ask is that I'm testing throughput and I have many clients sending messages to my queue, but the messages are being taken from the queue and processed at a fairly slow rate. I think its because I have too few MDBs instantiated to consume the messages. So I'd like to increase the MDB pool.

      Thanks,
      Pete