1 Reply Latest reply on Mar 10, 2008 10:54 PM by adrian.brock

    Pausing Message Delivery

    vkandy

      I'd like to pause message delivery to an MDB. I understand

      Connection
      has start() and stop methods. If a client calls
      Connection.stop()
      does that stop delivering messages to a Queue? I tried that but JBoss seems to deliver messages to the MDB anyway. Anyone try this? Any help is appreciated.