3 Replies Latest reply on May 20, 2004 9:39 AM by adrian.brock

    Restarting JMS

    richieb

      Is it possible to restart JMS without restarting the JBoss server?

      I'm using JBoss 3.2.3 and in some cases we run into a problem with JMS deadlocking. Restarting JBoss server fixes the problem, but I'd like to be able to just stop and restart JMS.

      TIA

      ...richie

        • 1. Re: Restarting JMS

          Why not searching the origin of the deadlock in a first place?

          Regards,

          Stephane

          • 2. Re: Restarting JMS
            richieb

             

            "StephaneNicoll" wrote:
            Why not searching the origin of the deadlock in a first place?


            I am looking into it.

            But this is a production system that needs to be up all the time. Restarting JBoss is bit drastic, as it kicks all users off and makes our app UI unavailable for a while.

            Restarting JMS only would be cleaner way to work around this problem until I get a handle on why it occurs.

            ...richie

            • 3. Re: Restarting JMS

              If you have 3.2.3, you can touch your jms persistence manager -service.xml
              which will redeploy the whole of jms (everything depends upon the persistence manager
              either directly or indirectly).

              But, if clients are connected you will get an error message saying the destinations
              are in use and it won't work. This has been fixed for jboss-3.2.4, the clients
              are thrown off.