1 Reply Latest reply on Jul 12, 2004 1:32 PM by genman

    HTTP/SOAP Connector

    chubbard

      I have some legacy C++ systems that I would like to integrate with JMS. I see that the HTTP/SOAP connector allows for non-Java programs to post messages to the JMS server, but what about receiving the messages from a JMS server? Can you reverse the SOAP/HTTP connector so it sends SOAP messages to legacy systems?

      thanks
      Charlie

        • 1. Re: HTTP/SOAP Connector
          genman


          A simple alternative to writing a transport would be to create a Message Driven Bean (MDB) that calls your platform using SOAP calls. All the transports (including HTTP) all use Java object serialization for message passing, which isn't C++-friendly.