Hi,
   I am getting an exception when a property value is sent from
qpid-cpp(1.35) to a client which is running a java broker. 

>From Sender(qpid-cpp) I am doing the following:
qpid::messaging::message msg;
std::string id = "xyztry";
msg.setProperty("a", id);
msg.getProperties()["a"].setEncoding("utf8");

On the receiver, I am getting the following error
JMS exception : getString("a") failed as value of type class [B is an array.

Additionally, when I capture messages through wireshark, I see the type of
"a" is uimplemented type".

Any help is appreciated.

Thanks,
Siva.





--
View this message in context: 
http://qpid.2158936.n2.nabble.com/JMS-exception-when-a-Property-is-sent-to-java-broker-from-qpid-cpp-tp7665646.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to