On 19/02/2020 9:38 am, Rick van Rein wrote:
I would like to use application-properties in an application using
Proton for Python.  I cannot find how to do that.  Is it implemented?

Yes, it is just called 'properties' but maps to the application-properties field on the AMQP message. E.g. see here where a 'colour' property is set on a message: https://github.com/apache/qpid-proton/blob/master/python/examples/colour_send.py#L45

Is my understanding correct that this is the best place in a design to
put annotations, such as meta-data about the message that are meaningful
to the application though perhaps not to anyone else?

Yes, I would agree with that.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to