Is the recommended practice for sending a UTF-16 string to convert to UTF-8 and send as std::string? Ideally, is there an example available to send & receive a wstring via the messaging API? I understand the amqp 0-10 codec supports this type, but its not clear how to send something not directly supported by the Variant class.
On a related note, what is the recommended practice for sending a binary blob using the messaging API? It wasn't clear from QPID-2452 if it is safe to stuff a binary array into a string type. Is there any example available to send & receive a binary blob via the messaging API? And my apologies if this has appeared in recent example code, I'm using a slightly dated trunk... Thanks! --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
