1 Reply Latest reply on Dec 9, 2005 4:12 AM by oglueck

    What happened to stopDelivery()?

      I am using JBoss 4.0.3-RC2 + EJB3-RC2. There is no stopDelivery() method on the MDB MBeans.

        • 1. Re: What happened to stopDelivery()?

          No answer?
          Which MBean registers those methods? It is vital to be able to intermediately suspend delivery to an MDB! Imagine a productive system and you discover an error in your code that causes lots of messages to generate exceptions. Then you will need to stop delivery (automatically) until you have fixed the problem. Otherwise you will have a total mess of thousands of messages in the DLQ which are totally out of order.