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:users-subscr...@qpid.apache.org

Reply via email to