1 Reply Latest reply on Jun 2, 2003 3:50 PM by nphelps

    JMS over HTTP

    muneendra78

      hi all,

      I need solution for one problem
      I need to send MapMessage of JMS from my client to Jboss3.0 server where MDB is listening
      but my server is inside the firewall/proxy
      so i need to send through HTTP
      except port 80 no other port is opend how do i send the JSM message to the server(Jboss) through HTTP

      thanks in advance

        • 1. Re: JMS over HTTP
          nphelps

          JMS over HTTP is supported in JBoss 3.2 via the HTTP IL. If you look up HTTPConnectionFactory in JNDI (you can do JNDI over HTTP as well) you'll be talking to the JMS server via HTTP.