I am trying to write C code to iterate over received arbitrary AMQP messages. The API is essentially undocumented, so I tried my best with reading the source and guessing, but it doesn't work.
Here is a snippet of what I have: Is there a complete and accurate example showing how to iterate over and extract all supported data types given an arbitrary message? Right now, it's a bit like shooting in the dark. -- View this message in context: http://qpid.2158936.n2.nabble.com/Using-Qpid-Proton-0-4-to-iterate-over-arbitrary-AMQP-message-tp7595828.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
