2 Replies Latest reply on Sep 19, 2006 5:20 AM by sumedh_inamdar

    How to configure the number of MDB instances for a queue to

    rameshsr

      I have an MDB listener (onMessage), meant for listening for messages from a particular queue. I want the messages in the queue to be processed serially in the order in which they arrived. This means, I can't have multiple instances of the MDB listensing on this queue. So, I want to restrict the number of MDB instances listening to this queue to 1. Is this configurable in JBoss and how do I do this?