* The `Confirm` in Spring AMQP is a `record` now, so not `isAck()` but just `ack()` * The `MessageBatch` in Spring AMQP is a `record` now, so not `getMessage()`, but just `message()` * Fix new deprecation warning for the `SingleRequestResponseScenarioTests`