ActiveMQ-CPP does not support object messages, since serialized Java
Objects won't make a lot of sense to a C++ application. If you need
to send ObjectMessages, I recommend adding a Message Translator (http://activemq.apache.org/camel/message-translator.html
) using Apache Camel that converts from the ObjectMessage to some
other type of message, such as a text message.
Regards,
Nate
On Dec 18, 2007, at 6:18 AM, narts wrote:
I am using activemq-cpp-2.1.3 on VC++ 2005
Iam able to execute sample application and oble to send text
messages but my
requirement is to send ObjectMessages,
Please any tell me how to send ObjectMessages using activemq-cpp
with Regards
narts
--
View this message in context:
http://www.nabble.com/reg-ObjectMessages-in-ActiveMQ-CPP-tp14397624s2354p14397624.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.