On 14/08/2019 12:53 am, Michael wrote:
What is the content type set to? Or is it set? -> The content type type is not set at all.Do you know the encoding in which the body is being sent? -> Not really, base64?This is over an AMQP 1.0 connection, is that right? -> No, it's AMQP 0-10.
The content looks like an AMQP 0-10 format map message. The content-type should be set for that though (to "amqp/map"). If that can be done by the sender then the receiver should automatically decode the map.
Unfortunately the 0-10 codecs are no longer in the exported headers. They are under src still, in src/qpid/amqp_0_10/Codecs.h. However the best thing if possible would be to fix the sender to set the content-type.
[...]
(I'm considering taking a close look at Proton once I'm done with this content type investigation).
Actually if you are using AMQP 0-10, proton is not an option, it is 1.0 only.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
