2 Replies Latest reply on Mar 23, 2012 4:01 AM by sergiu_pienar

    JBoss 5.1.0 GA long shutdown

    sergiu_pienar

      Hi,

       

      Using JBoss 5.1.0 GA .

       

      In a production environment the shutdown is regularly longer than 10 minutes (a maximum accepted) thus forcing us to kill the process manually .

       

      The stopping order of the components is the following :

       

      1.)Jobs

      2.)MDB's

      3.)EJB's

       

      However it seems that some of the socket based components in my application keep receiving data even after the shutdown has been initiated.

       

      What is the normal behavior in such cases and how what could I do to stop the sockets from receiving data upon the server shutdown message

      initiated ?

       

      Thank you