3 Replies Latest reply on Jun 29, 2007 9:03 AM by alexander.kirsch

    JBoss startup problems with existing messages in queue

    alexander.kirsch

      I have written an EJB 2.1 MDB which calls other stateless session bean methods in the onMessage method. If I restart the server with existing messages in the queue the messages are delivered before the system has finished the initialization. I got a lot of lookup exceptions during the startup.

      So, how can I delay the message delivery on jboss startup?