On 5/22/19 1:10 PM, leejacks...@cox.net wrote:
Our header is a string value, so we tried using
cms_getMessageStringProperty(txtMessage, "OriginalDestination", key,
bufferLen). It is failing with a return code of 1. Any ideas?
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
I'd guess the message doesn't contain that property, you can of course
enumerate the properties to see what's there:
https://github.com/fusesource/fusemq-c/blob/master/fusemqc-client/src/main/cpp/CMS_Message.h#L198
--
Tim Bish