1 Reply Latest reply on Jun 18, 2007 10:02 AM by adrian.brock

    JMS client running in Tomcat

    adoorsarath

      sir,

      Does a web application running in a Tomcat container can consume a

      message from a remote destination created using JBossMQ[say it is in a

      different machine] ?

      would you please give some detailed information to quell my ignorance

      Would indeed appreciate help on this

        • 1. Re: JMS client running in Tomcat

          Yes, and detailed information is in the docs.

          Undetailed version
          1) Add jbossall-client.jar to Tomcat classpath or WEB-INF/lib
          2) Configure your initial context to point at the JMS server
          3) Lookup the jms connection factory
          Standalone Tomcat is just another client like a simple java program.