1 Reply Latest reply on Nov 14, 2007 8:23 PM by jwcone

    Configuring only JMS

    rotten_ritz

      Hi All,

      I am working on a simple client/server program using JMS.

      The client has to make a million calls to the server. Im using a Topic.
      I get a "java.lang.OutOfMemoryError: Java heap space" error after hundred thousand hits.

      I use a machine with 1GB RAM and I think it should work because the code is light weight with not much processing or memory being used.

      I was wondering if I could turn off unneeded components of the JBoss server and keep only the JMS running. Any inputs on how to do it would be appreciated. Also, if there are other ways of tuning the server or my application.

      Thank you
      -Ritz