pub enum AMQPProperty {
ContentType(ShortString),
ContentEncoding(ShortString),
Headers(FieldTable),
DeliveryMode(ShortShortUInt),
Priority(ShortShortUInt),
CorrelationId(ShortString),
ReplyTo(ShortString),
Expiration(ShortString),
MessageId(ShortString),
Timestamp(Timestamp),
Type(ShortString),
UserId(ShortString),
AppId(ShortString),
ClusterId(ShortString),
}
Variants
ContentType(ShortString)
ContentEncoding(ShortString)
DeliveryMode(ShortShortUInt)
Priority(ShortShortUInt)
CorrelationId(ShortString)
ReplyTo(ShortString)
Expiration(ShortString)
MessageId(ShortString)
Timestamp(Timestamp)
Type(ShortString)
UserId(ShortString)
AppId(ShortString)
ClusterId(ShortString)
Methods