Thanks! Adel
> Date: Mon, 9 May 2016 07:25:33 -0700 > From: [email protected] > To: [email protected] > Subject: Re: [Proton-c] How to find out the content of the message received > > Hi Adel, > > If you are using the c++ binding, you can use message.body().type() which > returns a type_id. > type_id is an enum of the possible types > (https://github.com/apache/qpid-proton/blob/master/proton-c/bindings/cpp/include/proton/type_id.hpp). > > Best regards, > Rabih > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Proton-c-How-to-find-out-the-content-of-the-message-received-tp7643460p7643465.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] >
