Hello Gordon/others,

Thanks, but this does not _look_ like the right thing:

>> I would like to use application-properties in an application using
>> Proton for Python.  I cannot find how to do that.  Is it implemented?

I think/thought "properties" is different from "application-properties",
because it is described separately in the spec,

http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format

http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-properties

Are you saying that the properties get split into those two, and that
the Proton API simply treats them in one go?

Also, the documentation says that properties have "symbol" types, not
"strings" as described in the spec,

https://qpid.apache.org/releases/qpid-proton-0.30.0/proton/python/docs/proton.html#proton.Connection.properties

http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-application-properties

> 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

This is typical for "symbol", one from a limited set of values, but I am
looking to cover "string", which I expect in application-properties.


So, I'm not totally sure this is what I need.


-Rick

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

Reply via email to