Hi, I'm trying to receive a JMS ObjectMessage from the ActiveMQ with a .net Client. Receiving a Textmessage and displaying its Text was not a big challenge, but displaying the contents of an ObjectMessage won't work. I'm receiving the objectMessage and I'm able to read the MessageId. But how can I read the content of the Message?
In my concrete case I try to read a Event which has been published by a Java-Client and contains some properties. Assume my event is a person and contails values for "name" (String) and "age" (int). How would I be able to deserialize these properities representing the content of the Message. Using byte[] content = msg.Content will return a byte-array. How can I extract the needed information afterwards? Greetings, Tobi. -- View this message in context: http://www.nabble.com/ObjectMessage-with-NMS-tf2845461.html#a7945764 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
