1 Reply Latest reply on Mar 19, 2003 2:34 PM by damncho

    What is needed for JMS Client?

    garywood

      Hi,

      I am new to Jboss and JMS so if this question has been
      answered, just let me know.

      I am wanting to know what parts of Jboss I need to have
      a JMS Client running on a remote machine separate from
      the Jboss server?

      I have seen the FAQ on what to cut out of the
      Jboss distribution to build a stand alone JbossMQ. Is
      this all I need on the client?

      Thanks,

      Gary

        • 1. Re: What is needed for JMS Client?
          damncho

          Hi, I have not yet put them in separate machines, but I have the clients on a separate jvm.
          To do that, I simply included the following jar files:
          ${jboss.dir}/client/jbossall-client.jar
          ${jboss.dir}/client/log4j.jar

          hopt this helps