0 Replies Latest reply on Oct 4, 2004 12:36 AM by asmita_kulkarni

    jms ,mdb & jboss

    asmita_kulkarni

      I am having a source code of jms application sender & receiver. The code is having some statements as follows-


      Hashtable env = new Hashtable();
      env.put(Context.INITIAL_CONTEXT_FACTORY,"com.swiftmq.jndi.InitialContextFactoryImpl");
      env.put(Context.PROVIDER_URL,"smqp://localhost:4001/timeout=10000");

      Contect ctx=new InitialContext(env);

      What change should be made if I want to deploy & run this application on jboss.
      I also want a simple procedure (without using any build tool like ant) to deploy & run this application on jboss.