Closed brandonros closed 3 months ago
Below is just some related notes
http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-flow
A registry of commonly defined link state properties and their meanings is maintained [AMQPLINKSTATEPROP].
When the handle field is not set, this field MUST NOT be set.
I think the way forward will likely be similar to that of azure-amqp (see the note above). A separate function send_properties()
will be added to allow users to explicitly send the properties. All other methods that requires the use of a Flow
frame will NOT include the link's properties.
Microsoft AzureRelay server (very old) does not like the inclusion of the properties sent on
Attach
being added to theFlow
frames. rhea also does not do this.