Open
Description
Currently the python amqp library (and uamqp) send a Disposition with settled=True
implying that the client assumes the received messages are completed and no response from the service from the service is necessary. We want to investigate the best way to handle this and if the current mitigation applied in #30607 is the proper way.