minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
58 stars 7 forks source link

Link resumption with unsettled messages whose message format is not 0 #222

Open minghuaw opened 6 months ago

minghuaw commented 6 months ago

Though there is only one official message format, which is 0, certain services introduces its own custom message format (without introducing it into the spec). For example, Azure Service Bus and Azure Event Hubs define a custom message format.