Nevermind,
It should have been
    aMessage.setData(messageData);
That works.

//Bill

On 08/11/2009 02:09 PM, 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]

Reply via email to