1 Reply Latest reply on Aug 28, 2002 8:09 PM by joelvogt

    Is it possible to configure & execute JMS with out ANT scrip

    psanjay

      Hi,
      I donnt know ANT script so is there a way to configure & execute JMS in JBoss 3.0 without using ANT script.
      Even in JBoss manual they have said how to execute JMS using ANT script, when I try executing the example (documentation-example.zip)with ANT I get an error ..

      BUILD FAILED
      file:F:/JBoss-Testing/examples/org/jboss/docs/jms/build.xml:64: jboss.dist=${jbo
      ss.dist} is not a valid JBoss dist directory

      I donnt know how to fix this.

      Is there a way in JBoss to configure JMS like weblogic property file(config.xml)..things like that.

      So anyone let me know how to configure & execute JMS in JBoss without ant script

        • 1. Re: Is it possible to configure & execute JMS with out ANT s
          joelvogt

          The best thing to do is to open up the build.xml and take a look. Ant is very easy to use. If you can write jms applications, then ant shouldn't cause you any hassles.
          You can certainly use jms without it though. If you write a jms client, start it with java -classpath foo myclient.

          But learn ant, the small time you spend learning how to use it will save you a LOT of time in the long run