it doesn't work with setContentObject, there should be
msg.getContentObject().setEncoding()
but it still doesn't help with my issue.
i use qpid-cpp 0.32, activemq 11.1
code is something like:

Message msg(content);
msg.setContentType() <- i was trying everything, jms-type, text/plain
msg.getContentObject().setEncoding()
sender.send(msg)


on the broker site, there is setting:
<transportConnector name="amqp"
uri="amqp://0.0.0.0:5672?transport.transformemr=jms"/>

thanks



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699111.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to