We use the java library azure-spring-cloud-stream-binder-servicebus-queue in version 2.11.0 to receive messages from an Azure service bus. We have an implementation according to the recipe recommended at https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus dating from 11/08/2021. It works fine, but uses the deprecated class com.azure.spring.integration.core.api.Checkpointer.
Is there a way to receive messages without using this deprecated class? Links to examples are welcome.