I have a C ++ application, but it needs to "talk" to the Java messaging service. In the past, we used WebSphere MQ and used their C ++ libraries for "speakers".
So, I am looking for (ideally) a free C ++ Java solution that does not contain all the JVMs in memory.
Another option I reviewed is SOAP. I looked at Axis2-C, but it gives me an entire server implementation that I don't need. I saw gSOAP talk, but saw mixed comments here. And again it seems that I am providing me with a whole server.
I could write the code myself, but this contradicts my (Java-based) belief that there is great free code there.
Thank! A'z
source
share