On 19/02/2020 1:11 pm, Rick van Rein wrote:
As I understand it (but that's from the spec), the strings may not have arbitrary values but must come from a restricted set. Like an enumerated type, basically. If the actual implementation just allows any string _and_ behaves like it on the wire, then I'm satisfied. It is, once again, a bit confusing (only did one small tool on Proton before, you may have guessed my laymanship).
The difference between a string and a symbol in AMQP is that a symbol can only contain valid 7 bit ASCII characters, whereas a string can contain any utf8. The keys of application-properties in an AMQP message are defined to be strings (so any utf8 string is valid).
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
