1 Reply Latest reply on Jul 18, 2002 3:59 AM by schaefera

    shutdown useless services can boost performance

    fox_hk

      Hi folks

      If my app does not use JossMQ and J2EE connector architecture, can l shutdown those MBean services for
      JBossMQ and JBossCX ? Secondly, can it save up some resources / boost performance of jboss ?

      It is highly appreciated someone can provide me the answers.

      thx & regards
      fox


        • 1. Re: shutdown useless services can boost performance
          schaefera

          Whatever service you don't need and which is also not needed by JBoss internally you can take them out, especially the MBeans from JBossMQ.

          Note that later JCA will be used to deliver JMS messages to a message driven bean which means that you can't get ride of JCA when you are using MDBs.
          Another example is Hypersonic when the JDBC2 Persistence Manager is used in JBossMQ (you can't remove Hypersonic).

          Have fun - Andy