1 Reply Latest reply on Nov 22, 2004 7:37 PM by adrian.brock

    extending jboss's MQ to other servers - design

      hello ,
      we shiped an application consist of offline clients using a stand alone application to process their data and when a client is online - he send an rpc call to announce he is online , and exchange his data using messages
      to jbossMQ for persisting and further processing.

      now , the client wants to make the system available to web clients from a web application on tomcat on a diffrent machine, now the requirment is to do as less changes as possible to the jboss application.

      the question is how can i send Messages from tomcat/spring web application to jboss's queue, via http (firewall)