简体   繁体   English

如何在不弃用 class Checkpointer 的情况下使用 azure-spring-cloud-stream-binder-servicebus-queue 接受消息

[英]How to use azure-spring-cloud-stream-binder-servicebus-queue to accept messages without deprecated class Checkpointer

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.我们使用版本 2.11.0 中的 java 库 azure-spring-cloud-stream-binder-servicebus-queue 来接收来自 Azure 服务总线的消息。 We have an implementation according to the recipe recommended at https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus dating from 11/08/2021.我们根据https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-推荐的配方进行了实施服务巴士可追溯到 2021 年 11 月 8 日。 It works fine, but uses the deprecated class com.azure.spring.integration.core.api.Checkpointer. 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?有没有办法在不使用这个已弃用的 class 的情况下接收消息? Links to examples are welcome.欢迎提供示例链接。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以通过代理使用 Spring Cloud Azure Stream Binder? - Is it possible to use Spring Cloud Azure Stream Binder with a proxy? 如何配置 spring boot 以使用 spring-cloud-stream 和 rabbit-binder 将供应商绑定到 rabbitmq 队列? - How to configure spring boot to bind a supplier to a rabbitmq queue with spring-cloud-stream and rabbit-binder? spring cloud stream SQS binder中如何配置多个消费者到一个目标队列 - How to configure multiple consumers to a single destination queue in spring cloud stream SQS binder 我如何从 Spring Cloud Stream Kafka Binder 中的偏移量获取消息? - How do i get the messages from the offset in Spring Cloud Stream Kafka Binder? 如何为 Spring Cloud Stream Binder Azure 事件中心指定自定义检查点? - How to specify Custom Checkpoint for Spring Cloud Stream Binder Azure Event Hub? 如何处理 Spring 云 stream kafka 流活页夹中的序列化错误? - How to handle Serialization error in Spring cloud stream kafka streams binder? 使用 Spring Cloud Streaming,如何将消息同步发送到 binder? - Using Spring Cloud Streaming, how to send messages to binder synchronously? 如何使用 spring 云 stream binder kafka 流依赖项使用协议缓冲区(protobuf)来使用来自 kafka 主题的消息? - How to consume messages from kafka topics using protocol buffers (protobuf) by spring cloud stream binder kafka streams dependency? 如何在 spring-cloud-stream-binder-kinesis 中使用 STSAssumeRoleSessionCredentialsProvider 进行配置 - How to Configure using STSAssumeRoleSessionCredentialsProvider in spring-cloud-stream-binder-kinesis Spring Cloud Stream Kinesis活页夹-并发 - Spring Cloud Stream Kinesis Binder - Concurrency
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM