Trying to create a subscription with ordering enabled and a dead letter policy and getting the error:
A subscription cannot have both message ordering enabled and a dead letter policy configured.
Why are they mutually exclusive?
Moreover if dead lettering is disabled for a subscription the messages don't include the delivery_attempt field so I can't even do dead lettering myself when handling a message. That's quite unusable.