2 Replies Latest reply on Jul 1, 2004 2:36 PM by genman

    C++ Bridge

    gorano

      Please all Java freaks, don't give out to me :-)

      We need a nice bridge between C++ and a jms-queue. What we want to do is to push text based messages from a C++ based system.

      I have built a temporary solution using low level sockets (an MBean as a listener). This solution is deployed in production, and at the moment it looks like it works fine.

      I would like to explore different (and maybe more correct solutions).

      Any ideas?

      /Gorano





        • 1. Re: C++ Bridge
          dannyyates

          A good solution to this would be to use SOAP/Web Services. Although, depending on message volumes, the overhead might be too big.

          • 2. Re: C++ Bridge
            genman


            There were some people who have tried to write a bridge. Do a search on the forum and internet. There's somebody who worked on a .Net implementation.