ActiveMQ-CPP doesn't support ObjectMessages. If you're stuck sending ObjectMessages from Java, probably your best bet would be to use a Camel message translator in the broker (http://activemq.apache.org/camel/message-translator.html ).

Regards,
Nate

On Jul 6, 2008, at 6:44 PM, Joshua Smith wrote:

ActiveMQ Users-

I have a project coming up where we'll be using ActiveMQ as our JMS server between a Java application and a C/C++ application. I'd like to exchange ObjectMessages. Is there anything special (e.g. endian) that I need to be aware of? Does the C/C++ application have to have objects defined that are
the equivalent of my Java objects?


Thanks,
Joshua Smith

Reply via email to