Bill,
I'm not completely following your example. What is "env.envMsg"? If
you use "messageData" as the argument to .setData, then
.getData().length() should be the same as length.
Please be advised that the contents of dataStruct will be copied
octet-for-octet into the message payload. This message may not be
usable on the receiving system if that system's architecture or
endian-order are different.
-Ted
Bill Whiting wrote:
I'm trying to send a message with non-printable characters in the
content.
I added the bytes to a string and then called setData() like this
std::string messageData((char *)dataStruct, length);
aMessage.setData(env.envMsg);
where dataStruct is the binary contentthat needs to be inserted into
the message
and length is the number of bytes in the payload.
What I'm seeing is that aMessage.getData().length() is zero
but messageData.length().
what am I missing? shouldn't this work?
//Bill
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]