On 09/15/2011 03:58 PM, Jiri Krutil wrote:
Hi

When sending messages from a C++ client and receiving them in a Java client,
we are having problems with custom message properties in the message header.
String message properties set on the C++ sender side are not visible in the
receiving Java app. Other property types seem to be processed fine.

The C++ client is messaging v0.7, the Java client is 0.10.

Any ideas?

Most likely its the encoding of the properties. You can set an explicit encoding for the c++ properties (see Variant::setEncoding()). If the string can be treated as UTF-8, you can set that as the encoding and the Java client will then return them to the application.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to