0 Replies Latest reply on Feb 14, 2002 5:51 PM by horuzhiy

    MDB Life cycle

    horuzhiy

      I have question about life cycle of MDB in Jboss 3.0.

      When server have two or more messages in queue before start, after start ejbCreate() of MDB method is called as much as have messages in queue. So if server have 100 message in queue container create 100 instance of MDB. Why?!?

      Other oddity: container don't invoke ejbRemove() method for MDB and for SLSB. And ejbRemove() don't invoke when we call method remove() of SLSB. (it happend in all last version 2.4.4, 3.0.0.1, 3.0.0.2)
      It bugs or feature of JBoss?

      //Alexander