You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by mickhayes <mi...@gmail.com> on 2012/04/18 10:37:13 UTC

Re: from Java object to .Net object with NMS

You need to make sure the objects match on both sides to begin with. 

Failing that, while I understand it's not in the [SCJP/Oracle Certified
Professional Java SE Programmer] exam now (I could be wrong) you'll get a
concise coverage of what you need to know if you look at material covering
SCJP exam objective 3.3 "Serialization".

(I'm looking at the Sierra/Bates SCJP Study Guide)


-----
Michael Hayes B.Sc. (NUI), M.Sc. (DCU), SCSA SCNA 

--
View this message in context: http://activemq.2283324.n4.nabble.com/from-Java-object-to-Net-object-with-NMS-tp4514857p4567056.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: from Java object to .Net object with NMS

Posted by jgomes <e....@gmail.com>.
You'll want to use an ITextMessage and serialize/deserialize the objects into
XML format.  It's your best bet at getting cross-platform compatibility.

--
View this message in context: http://activemq.2283324.n4.nabble.com/from-Java-object-to-Net-object-with-NMS-tp4514857p4568366.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: from Java object to .Net object with NMS

Posted by mickhayes <mi...@gmail.com>.
Scratch that. Someone else will be along shortly.


-----
Michael Hayes B.Sc. (NUI), M.Sc. (DCU), SCSA SCNA 

--
View this message in context: http://activemq.2283324.n4.nabble.com/from-Java-object-to-Net-object-with-NMS-tp4514857p4567074.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.