The value is not specified and the value of the parent object shall be used.
BestEffort
1
The transport shall make the best effort to deliver a message. Worst case this means data loss or data duplication are possible.
AtLeastOnce
2
The transport guarantees that the message shall be delivered at least once, but duplication is possible. Readers shall de-duplicate based on message id or sequence number.
AtMostOnce
3
The transport guarantees that the message shall be sent once, but if it is lost it is not sent again.
ExactlyOnce
4
The transport handshake guarantees that the message shall be delivered to the broker exactly once and not more or less.
The BrokerTransportQualityOfService representation in the AddressSpace is defined in Table 142.