2 Replies Latest reply on Aug 25, 2003 8:26 AM by srdipi

    help on jms over http

    srdipi

      Hi i'm looking for an example of jms over http. I couldn't find documentation on jboss 3.2.X, which is the first version that implements a provider for jms over http.

      Any help will be appreciated.
      Dipi.

        • 1. Re: help on jms over http
          nphelps

          It's actually pretty simple. Take your normal JMS code, and lookup "HTTPConnectionFactory" instead of "ConnectionFactory" and you'll be doing JMS over HTTP. Of course, your naming lookup will still be over RMI, but you can set it up to go over HTTP as well. Naming over HTTP is covered in the docs.

          • 2. Re: help on jms over http
            srdipi

            thanks!!